Menu

PythonQt 2.0 is available

This is the first PythonQt release that offers complete wrapping of the Qt framework using a wrapper generator. The core PythonQt library is still fully dynamic using the QMetaObject system, while the generator adds the parts of Qt which are not QObjects or signal/slots. Large parts of PythonQt have been rewritten since the last 1.1 release. PythonQt now supports multiple inheritance, polymorphic downcasting and a lot of other details which you can find in the documentation.
Deriving C++ classes from Python is now supported as well, but it is an experimental feature which has not been tested a lot.
A comparison to PyQt and PySide APIs has been added to the feature overview of the website.

Posted by Florian Link 2010-05-07

Log in to post a comment.