Qt for Python 6.2.4 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-1702] snake_case handling now does explicitly not touch user defined classes. - [PYSIDE-1705] Properties are now usable in constructors of classes in any combination of snake_case and true_property. - [PYSIDE-1765] The snake_case feature is now more complete since it renames hidden methods, too. Overriding was enabled. - [PYSIDE-1252] The entry points for UI tools on macOS have been fixed. - [PYSIDE-1798] QVariant can now be converted to Enum types. - [PYSIDE-1804] A bug in QByteArray::__msetitem__() on big endian architectures has been fixed. - [PYSIDE-1815] QAbstractOAuth.setModifyParametersFunction() has been added - [PYSIDE-1824] QLowEnergyServiceData.characteristics() has been fixed. - [PYSIDE-1826] A life cycle issue with QQuickAsyncImageProvider.requestImageResponse() has been fixed. - [PYSIDE-1827] Signals/slots with non-QObject object types have been fixed. **************************************************************************** * Shiboken6 * **************************************************************************** - [PYSIDE-1806] A configure check for the clang version has been added.