Compile Qt widgets (cpp) into python modules
-
I downloaded the source code for an analog widget plugin,
http://qt-apps.org/content/show.php/AnalogWidgets?content=87780and compiled the plugin into a dll (Qt Creator) and instantiated a widget in a .ui file (PyQt Designer)... but in order to load this .ui from a .py file, it looks for the widget's python module!
Perhaps something like 'pyuic5 -x input.ui -o output.py' but instead of a .ui input, uses the widget's .cpp file?
http://pyqt.sourceforge.net/Docs/PyQt5/designer.html#writing-qt-designer-plugins
http://stackoverflow.com/questions/2398800/linking-a-qtdesigner-ui-file-to-python-pyqt