Skip to content

Releases: mottosso/Qt.py

1.4.6

13 May 04:20
8d9ec7f
Compare
Choose a tag to compare

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

Full Changelog: 1.4.4...1.4.5

1.4.4

21 Apr 18:03
98fff1e
Compare
Choose a tag to compare

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

06 Apr 10:19
eff9e49
Compare
Choose a tag to compare

No change, apart from the build uploaded to PyPI now being generated with Python 3.10 as opposed to 3.11, due to #432

1.4.2

21 Mar 10:53
f7a0f8d
Compare
Choose a tag to compare

Added missing stubs for QtCompat.

1.4.1

15 May 06:29
782fd8b
Compare
Choose a tag to compare

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

02 Feb 08:06
2c0f4dc
Compare
Choose a tag to compare

No new features, only a change in build environment here on GitHub, thanks to @martin-chatterjee for modernising it!

  • See #391 for details

(Looks like a file on test.pypi.org cannot already exist when uploading to pypi.org)

1.3.9

02 Feb 07:58
9748c22
Compare
Choose a tag to compare

No new features, only a change in build environment here on GitHub, thanks to @martin-chatterjee for modernising it!

  • See #391 for details

0.3.9.dev1

02 Feb 07:48
2ca517b
Compare
Choose a tag to compare
0.3.9.dev1 Pre-release
Pre-release

Testing #391

1.3.8

13 Feb 07:31
4a9abae
Compare
Choose a tag to compare
  • #382 Fixed translate argument for pyside2-uic
  • #371 Added Chadrik's auto-completion

1.3.7

26 May 19:07
90a93ae
Compare
Choose a tag to compare
Update .travis.yml