-
Notifications
You must be signed in to change notification settings - Fork 0
Compatible Qt
russ_hensel edited this page Feb 8, 2026
·
1 revision
Qt comes in many versions including qt5 qt6 and pyside. Each is coded just a bit differently. Enter qtpy. When you code agains qtpy the code looks almost the same as a specific version of qt except the imports are from qtpy. This is how almost all the code here is done.
For more information you may want to visit QtPy · PyPI https://pypi.org/project/QtPy/ and Qt.py · PyPI https://pypi.org/project/Qt.py/
We plan to include a very small app coded 3 times once a compitable version, once a pyqt5 version, and once a pyqt6 version. Links to these in the repo are in process.