PyQt6 6.2.2 for Qt6.2.2 Official Installer (Python-based GUI binding)


Green Portable Edition CPython 3.6.8 amd64 the latest version of PyQt5 has been integrated.

System: Microsoft Windows / Mac OS X / Unix / Linux (x86 & amd64)

Qt 6.0 及之后版本不再支持微软 Windows 7

Visual Studio Build Tools 2017 2019 for VC build compilation tools

Windows 7 cannot install CPython 3.7 3.8 detailed solutions

 

Net Disk Download     Extract Code xost

 

Smart Development Tool     Version History


Digital Python IDE

 

Other reference resources


Qt 6.4.1 6.2.1 English Documentation (Full Human Translate)

 

PyQt 是一个将强大 C++ 编程语言 Qt 库绑定到 Python 编程语言的 GUI 应用程序工具包。

与 Qt 一样 PyQt 也是自由软件,其采用 GPL (GNU General Public License) 与商业双许可授权协议。 在此之前,GPL 版本只能用于 Unix 平台,从 PyQt4 起,GPL 许可可用于所有支持平台。

PyQt 由英国 Riverbank Computing 公司开发维护,最新版 PyQt6 基于 Qt 6.1.1,稳定版 PyQt5 基于 Qt 5.15.2,过时版 PyQt4 基于 Qt 4.8.7。

从 PyQt5.12 起,PyQtWebEngine PyQt3D PyQtChart PyQtDataVisualization 模块从主安装包中分离,需单独安装。

PyQt5 支持 Python 2.7 3.5 3.6 3.7 3.8 3.9,PyQt4 仅支持 Python 2.7 3.4。

PyQt5 相较 PyQt4 对信号/槽语法要求更严格,譬如

self.connect(self.actionUndo, SIGNAL("triggered()"), self.undo)
					

必须写成

self.actionUndo.triggered.connect(self.undo)
					

否则,提示语法错误。

PyQt 工具包带有拖拽式 GUI 设计工具 QtDesigner (但理念不成熟只适于新手)。

PyQt 是 Python 编程语言的 GUI (图形用户界面) 解决方案之一,可代替 Python 的内置 Tkinter。

Python GUI 的其它替代者,包括 PySide PyGTK wxPython 等,PyQt 还是 PyKDE 的基础。

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.