
PyQt is the Python bindings for Digia's Qt cross-platform application development framework. It supports Python v2 and v3 and Qt v4 and Qt v5.
PyQt exposes much of the functionality of Qt to Python, including:
- A comprehensive set of widgets
- Flexible layout managers
- Standard GUI features for applications (menus, toolbars, dock windows)
- Easy communication between application components (signals and slots)
- A unified painting system with transparency, anti-aliasing, OpenGL integration and SVG support
- Internationalization (i18n) support and integration with the Qt Linguist translation tool
Comments