Qt for Python is a project which aims to integrate Python as an official alternative language to the Qt framework.
The most important component of this project are the set of bindings that expose the whole Qt/C++ framework to Python, called PySide2.
- Get to know the
PySide2
module, and unleash its potential. - Provide the necessary insights to allow anyone to write their own UIs.
- Python 3.5+
- Virtualenv (optional)
- PySide2
You can follow this installation guide to start developing
your first PySide2
application.