Skip to content

Releases: mottosso/Qt.py

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

1.3.6

24 Aug 10:58
54cbcbf
Compare
Choose a tag to compare
  • Add QSound to QtMultimedia
  • See #287 and #361 for details
  • Thanks to @tzaumiaan for this fix!

1.3.5

16 Jul 15:19
69e4f35
Compare
Choose a tag to compare

Fix of a fix of #346, see #359 for details and thanks to @friedererdmann for the swift correction!

1.3.4

08 Jul 10:28
60fc345
Compare
Choose a tag to compare

Fixes #346, see #357 for details. Thanks to @friedererdmann for this fix!

1.3.3

24 Jan 10:08
64e8162
Compare
Choose a tag to compare
  • Vendoring improvements for QtCompat
  • See #355 for details and thanks to @AWhetter for this fix