Qt for Python 6.9.2 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-1612] Android Deployment: Installing packages is no longer forced. - [PYSIDE-1612] Desktop Deployment: A warning for Qt resource files has been fixed. - [PYSIDE-1612] Desktop Deployment: Nuitka has been upgraded to 2.7.11. - [PYSIDE-2846] type hints: The mypy version has been increased. - [PYSIDE-2846] type hints: Signature warnings about QObject properties of unknown type passed to the constructor have been fixed. - [PYSIDE-2938] The MSVC runtime libraries bundled in Windows wheels have been updated. - [PYSIDE-3095] pyside6-project lupdate now supports specifying subdirectories in .ts file names. - [PYSIDE-3115] A bug affecting QVariant conversion of Python classes inheriting QGraphicsProxyObject has been fixed. - [PYSIDE-3119] A SECURITY.md document required for Github has been added. - [PYSIDE-3124] Documentation about thread affinity has been added to the Signals and Slot tutorial. - [PYSIDE-3127] A bug occurring when choosing a camera in the camera example has been fixed. - [PYSIDE-3132] A crash calling setItemDelegateForColumn/Row() repeatedly has been fixed. - [PYSIDE-3133] A crash on conversion errors when parsing keyword arguments has been fixed. - [PYSIDE-3135] type hints: typing.Self is no longer modified in versions < 3.11. - [PYSIDE-3139] type hints: The return types of QGuiApplication.screenAt() and QGuiApplication.modalWindow() have been fixed. - [PYSIDE-3146] Deployment: Values generated into pysidedeploy.spec are now sorted. - [PYSIDE-3147] Initial adaptations for the upcoming Python version 3.14 have been done. - [PYSIDE-3148] A memory corruption occurring when connecting several signals to one non-QObject receiver has been fixed. **************************************************************************** * Shiboken6 * **************************************************************************** - [PYSIDE-3105] Cross compilation support has been improved. - [PYSIDE-3144] A crash occurring when no source class can be found for typedef typesystem entries has been fixed.