##// END OF EJS Templates
- removed warnings...
- removed warnings - fixed some memory leaks (only on cleanup) - fixed bad QString usage as %s argument - added PythonQtQFileImporter, which implements a default importer using QFile - added PythonQt::self()->installDefaultImporter() to enable the new default importer - modified example to make use of new importer - removed ugly goto, which was copied from original zip import git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@43 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r6:569bd3d658ae
r8:f65f3e118cc5
Show More
README.txt
7 lines | 280 B | text/plain | TextLexer
ezust
Documentation updates only. No changes to code....
r6 This example shows how to add user defined Python classes
to the embedded Python mainModule.
ezust
- Added CHANGELOG...
r2 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.