##// END OF EJS Templates
Added an example QFileImportInterface which doesn't work yet!...
Added an example QFileImportInterface which doesn't work yet! git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@42 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
ezust -
r7:404e8f96a20b
Show More
Name Size Modified Last Commit Author
/ examples / CPPPyWrapperExample
CPPPyWrapperExample.cpp Loading ...
CPPPyWrapperExample.pro Loading ...
CPPPyWrapperExample.qrc Loading ...
QFileImportInterface.cpp Loading ...
QFileImportInterface.h 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.