Python

[PyQt] What is PyQt?

jackyjung 2017. 2. 2. 05:37

PyQt - What is PyQt?

About PyQt

PyQt is one of the two most popular Python bindings for the Qt cross-platform GUI/XML/SQL C++ framework (another binding is PySide). PyQt developed by Riverbank Computing Limited. Qt itself is developed as part of the Qt Project. PyQt provides bindings for Qt 4 and Qt 5. PyQt is distributed under a choice of licences: GPL version 2, GPL version 3, or a commercial license.


PyQt Documentation

Current documentation is available for PyQt4 and PyQt5.

The PyQt Wiki contains more actively-updated information and examples:


Developing with PyQt and PyKDE

For more information please see this reference site.

Reference site:

https://wiki.python.org/moin/PyQt