Download List

專案描述

PyQt is a comprehensive set of Python bindings for the Qt GUI toolkit.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-24 22:05
4.8.3

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.

2010-12-25 15:10
4.8.2

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

2010-11-01 18:57
4.8.1

This is a minor bug-fix release.

2010-10-23 14:45
4.8

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.

2010-09-01 06:58
4.7.5

This release adds QStringRef.__str__() and QStringRef.__unicode__() to the QString v1 API.
The destruction by Qt of internally constructed QObject instances is now automatically detected. A signal defined with pyqtSignal() can now be used with methods that make an internal call to QObject::connect(), e.g. QTimer.singleShot(). The --from-imports command line argument has been added to pyuic4, and the from_imports argument to PyQt4.uic.compileUi(). Support for Python v3.2 has been added. The Windows installers now include qcollectiongenerator.exe and qhelpgenerator.exe.

Project Resources