Releases: mottosso/Qt.py
1.4.6
What's Changed
- Increment version number to 1.4.6.
Releases changes
- convert function handle files generated using uic 5.15.2 by @stevenjking in #437
New Contributors
- @stevenjking made their first contribution in #437
Full Changelog: 1.4.4...1.4.5
1.4.4
This release adds support for PyQt6 and restores QGraphicsSvgItem and QSvgWidget to QtSvg.
This means your existing software written with Qt.py will now (mostly) work transparently across these bindings:
- PyQt4
- PyQt5
- PySide
- PySide2
- PySide6
- PyQt6
PyQt6 doesn't have forgiveness mode for enums so you to support PyQt6, you will need to use fully qualified enum names. See the PySide6 Transition Guide and Fully Qualified Enums for details.
See Also:
1.4.3
1.4.2
1.4.1
This release adds support for PySide6, meaning your existing software written with Qt.py will now (mostly) work transparently across these bindings:
- PyQt4
- PyQt5
- PySide
- PySide2
- PySide6
Because PySide6 removes and changes a handful of members from PySide2, there may be cases that need manual intervention. See the PySide6 Transition Guide for details, and help discover and patch these up by submitting a pull-request of what you encounter.
See Also
1.3.10
1.3.9
0.3.9.dev1
Testing #391