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: