##// END OF EJS Templates
Redo CMake build system, get Qt5 support...
Redo CMake build system, get Qt5 support Qt5 support as discussed here: 3fbe">http://sourceforge.net/p/pythonqt/discussion/631392/thread/5f20c176/3fbe
Orochimarufan -
r205:706df4355685
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.