8000 Release 1.4.4 · mottosso/Qt.py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.4.4

Compare
Choose a tag to compare
@MHendricks MHendricks released this 21 Apr 18:03
· 6 commits to master since this release
98fff1e

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:

0