##// END OF EJS Templates
Cleaned build scripts.
Cleaned build scripts.

File last commit:

r0:983744ce1d13 default
r8:7250c4578e1b default
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.