PyQt是Python是Qt库的Python绑定。PyQt3支持Qt1到Qt3。
PyQt4支持Qt4。它的首次发布也是在1998年,但是当时它叫
PyKDE,因为开始的时候SIP和PyQt没有分开。PyQt是用SIP写的。PyQt遵从奇趣的许可模式,有GPL版和商业版。
PyQt向Python程序员提供了使用完整Qt应用程序接口的方法。您几乎可以用Python做任何C++能做的事。

新版本改进内容:
1. QString 添加新的 API:QStringRef.__str__() 和 QStringRef.__unicode__()
2. The destruction by Qt of internally constructed QObject instances is now automatically... detected.
3.
A signal defined with pyqtSignal() can now be used with methods that
make an internal call to QObject::connect(), e.g. QTimer.singleShot().
4. pyuic4 增加 --from-imports 命令行参数
5. 支持 Python v3.2 版本
6. Windows 下的安装程序包含 qcollectiongenerator.exe 和 qhelpgenerator.exe