##// END OF EJS Templates
Start Python 3.x Port...
Start Python 3.x Port The main python interpreter works, BUT: Many tests still fail, Qt integration is broken
Orochimarufan -
r206:316b4928f53f
Show More
Name Size Modified Last Commit Author
/ examples / CPPPyWrapperExample
CPPPyWrapperExample.cpp Loading ...
CPPPyWrapperExample.pro Loading ...
CPPPyWrapperExample.qrc Loading ...
README.txt Loading ...
eyed3tagger.py Loading ...

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.