Skip to content

1.4.1

Latest
Compare
Choose a tag to compare
@mottosso mottosso released this 15 May 06:29
· 6 commits to master since this release
782fd8b

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