Python bindings for Qt6
PyQt is a set of Python bindings for the Qt framework.
- Devel package for openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout KDE:Qt:PyQt/python-PyQt6 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-Use-a-noarch-wrapper-for-dbus-mainloop-integr |
0000002590 2.53 KB | |
PyQt6-6.3.1.tar.gz | 0001015220 991 KB | |
_constraints | 0000000110 110 Bytes | |
disable-rpaths.diff | 0000000351 351 Bytes | |
python-PyQt6.changes | 0000005082 4.96 KB | |
python-PyQt6.spec | 0000006474 6.32 KB |
Revision 16 (latest revision is 34)
Benjamin Greiner (bnavigator)
accepted
request 984164
from
Benjamin Greiner (bnavigator)
(revision 16)
- Update to version 6.3.1 * Added qRegisterResourceData() and qUnregisterResourceData() to QtCore to help in supporting legacy resource files from PyQt5. * Requires v13.4 of the sip module which adds support for enums with missing members and the sip.array support. * Reverted the Qt.GestureType related changes made in v6.2.3 as they are no longer necessary with the support for missing enum members. * The QEvent constructor that takes an int argument is now deprecated. * Refactored the draw methods of QPainter to accept sip.array objects of appropriate types. Such arrays, once initialised, can be used very efficiently as they do not require repeated conversion from the usual Python collection types. * Added resize() to QPolygon, QPolygonF and QXmlStreamAttributes. * Bug fixes.
Comments 0