PyQt 4.7.5 发布

来源: 投稿
作者: 鉴客
2010-09-01 00:00:00

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

展开阅读全文
点击加入讨论🔥(1) 发布并加入讨论🔥
1 评论
4 收藏
分享
返回顶部
顶部