Qt for Python 6.10.1 is a bug-fix release. For more details, refer to the online documentation included in this distribution. The documentation is also available online: https://doc.qt.io/qtforpython/ Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker: https://bugreports.qt.io/ Each of these identifiers can be entered in the bug tracker to obtain more information about a particular change. **************************************************************************** * PySide6 * **************************************************************************** - [PYSIDE-2206] Many examples and tutorials have been updated. - [PYSIDE-3147] Python 3.14 is now supported. - [PYSIDE-3174] type hints: The type annotations of QtCore.Slot have been fixed. - [PYSIDE-3179] A regression breaking QtRemoteObjects has been fixed. - [PYSIDE-3190] Disconnecting multiple index-based connections has been fixed. - [PYSIDE-3201] An issue handling types with equal names in signal/slot connections has been fixed. - [PYSIDE-3206] A conversion from tuple to QVariantList has been added. - [PYSIDE-3213] QQuickTextDocument can now be used as a property in QML. - [PYSIDE-3217] A regression breaking enumeration properties in Qt Widgets Designer has been fixed. - [PYSIDE-3227] A bug affecting QMetaProperty attributes when using @Property has been fixed. **************************************************************************** * Shiboken6 * **************************************************************************** - [QTBUG-141204] An exclusion for a clang warning occurring when parsing Qt code has been added (libclang v21).