Hi and thanks for your welcome.
Good question, I'm trying to create Qt bindings for Ada language.
Some attempts with C++ were failing due to some C++ subtleties.
But Python provides C API which I can used easily with Ada.
I provide some very first Qt bindings for Ada.
But class inheritance is still in Python.
I wanted to make them full Ada. I'm able to instantiate a class inherited from QRasterWindow (for instance) but a call to the method metric (for instance) provoques a seg fault.
(for simplicity I post the code in C)
-
-
-
-
-
-
-
-
-
-
-
-
Custom Window Buttons
Unsolved Qt for Python -
-
-
-
-
-
-
-