Releases: mottosso/Qt.py
Releases · mottosso/Qt.py
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
No new features, only a change in build environment here on GitHub, thanks to @martin-chatterjee for modernising it!
(Looks like a file on test.pypi.org cannot already exist when uploading to pypi.org)
1.3.9
No new features, only a change in build environment here on GitHub, thanks to @martin-chatterjee for modernising it!
1.3.8
- #382 Fixed translate argument for
pyside2-uic
- #371 Added Chadrik's auto-completion
1.3.6
- Add QSound to QtMultimedia
- See #287 and #361 for details
- Thanks to @tzaumiaan for this fix!
1.3.3
- Vendoring improvements for QtCompat
- See #355 for details and thanks to @AWhetter for this fix