PythonQt Code
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
File | Date | Author | Commit |
---|---|---|---|
CPPPyWrapperExample.cpp | 2009-04-09 | florianlink | [r46] syncing with my current work, updating to 1.2, ... |
CPPPyWrapperExample.pro | 2009-04-09 | florianlink | [r46] syncing with my current work, updating to 1.2, ... |
CPPPyWrapperExample.qrc | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
README.txt | 2008-09-07 | ezust | [r41] Documentation updates only. No changes to code. |
eyed3tagger.py | 2008-08-29 | ezust | [r37] - Added CHANGELOG |
This example 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.