I have a C++ application using Qt for the UI and I'm currently implementing python bindings so that the application is more scriptable for its users. I also want people to be able to write their own custom widgets in PyQt, and have access to the core functionality via the boost::python bindings.
To do this, I want to allow signals to be connected from either the PyQt widgets to the Qt widgets, or vice versa, so I need to parent the PyQt to the Qt in some way. I've heard that it can be done, but after a bit of searching can't find any examples.
Does anyone have any references for this kind of thing?
Here is a tutorial that discusses it. Another can be found here. Also, I am guessing that most of it can be crossed over via the numerous ways to interface python and C/C++ files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With