PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
File | Date | Author | Commit |
---|---|---|---|
CPPPyWrapperExample.cpp | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
CPPPyWrapperExample.pro | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
CPPPyWrapperExample.qrc | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
README.txt | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
eyed3tagger.py | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
It also shows how to add user defined Python classes to the embedded Python mainModule. It also shows how to create objects in Python, hold onto reference counted smart pointers to them from a Qt application, and invoke methods on them via the PythonQtObjectPtr interface.