what are the reasons for these missing bindings? Is it because there is no need for binding, or is it that they cannot be implemented?
Solved
Qt for Python
-
When reading the official documentation, I saw:
Qt for Python Missing Bindings
https://wiki.qt.io/Qt_for_Python_Missing_BindingsSo, what are the reasons for these missing bindings?
Is it because there is no need for binding, or is it that they cannot be implemented? -
-
That's a question for the Qt Company and/or the module maintainers. This is a user forum.
Note that writing bindings is a non trivial task depending on the underlying types and their lifetime management constraints.