##// END OF EJS Templates
- Added CHANGELOG...
- Added CHANGELOG - Bumped version to 1.1 - Added PythonQtObjectPtr conversion ctor and operator=(const QVariant&) - added examples/CPPPyWrapperExample git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@37 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r2:b0bd6d44c879
r2:b0bd6d44c879
Show More
README.txt
9 lines | 278 B | text/plain | TextLexer
It also 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.