##// END OF EJS Templates
fixed support for more than one * indirection via pointerCount, QPixmap crashed on char** constructor, which was thought to be * only...
fixed support for more than one * indirection via pointerCount, QPixmap crashed on char** constructor, which was thought to be * only git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@171 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r6:569bd3d658ae
r134:1fceea800edd
Show More
README.txt
7 lines | 280 B | text/plain | TextLexer
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.