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?
-
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. -
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? -
Number of types in QtDataVisualization: 35
Number of missing types: 0
I read this as telling that there are no missing/types bindings for
QtDataVisualization
, it should work as-is. -
@JonB Hi, thanks your reply, I mean why Python binding do not cover all the C++ Qt modules?
-
-
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. -