##// END OF EJS Templates
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt - changed signal receiver code so that it can be reused for virtual method dispatch - moved decorators completely into PythonQtClassInfo - changed python to qt conversion so that it can work with an already allocated object (needed for return values of virtual functions - added support for multiple inheritance and upcasting (e.g. a QWidget is automatically casted to a QPaintDevice when passed to QPainter.begin()) - removed default constructors of std decorators because they are now codegenerated - regenerated bindings - improved the code generator to suppot git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@60 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r10:21d959e02207
r24:f543ed746063
Show More
typesystem_uitools.xml
5 lines | 100 B | application/xml | XmlLexer
/ generator / typesystem_uitools.xml
<typesystem package="com.trolltech.qt.uitools">
<object-type name="QUiLoader"/>
</typesystem>