All releases of PyQt


Release Notes: This is mainly a bugfix release.


Release Notes: This release adds support for Qt 4.8.0 and adds a QtDBus module.


Release Notes: This is a minor bugfix release.


Release Notes: This is a minor bugfix release.


Release Notes: Support was added for Qt v4.7.2. QObject.findChild() and QObject.findChildren() now allow a tuple of type objects as well as a single type argument so that children of a number of types may be found. Support for QCommonStyle was added. Limited support for setEventFilter() and filterEvent() was added to QAbstractEventDispatcher. Support for setAttributeArray() was added to QGLShaderProgram. pyrcc4 will now compress by default to match the behavior of rcc. QTouchEventSequence was removed, as its C++ API makes it impossible to be used from Python.


Release Notes: The QPyNullVariant class was added. QSettings.value() can now specify the type of the returned value. QDeclarativeItem will now act as a transparent proxy for any QML signals and JavaScript functions.


Release Notes: This is primarily a bugfix release. A number of new examples were included. 64-bit Windows installers are now provided.


Release Notes: This is a minor bug-fix release.


Release Notes: Qt 4.7 is now supported. pyqtProperty() can now be used as a method decorator in the same way that the standard Python property type can be used. Unbound signals can now be subscripted in the same way that bound signals can. The missing << operator was added to QPolygon, QPolygonF, and QXmlStreamAttributes. PyQt will now automatically keep a reference to objects set with some sort of setter method when Qt expects the underlying C++ instance to stay valid but does not take ownership of it. lightmaps.py and stardelegate.py examples were added. The --assume-shared option was added to configure.py.


Release Notes: All outstanding pyuic4 regressions were fixed.
Software to draw electronic circuit diagrams and save them as images.