diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-05-19 14:03:31 +0200 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-05-19 16:47:13 +0000 |
| commit | 5e294396166a1703b97f29f7f3e12044db2a15b2 (patch) | |
| tree | dbd8b6276cd2815f1c6b4297564ff107f28fcb06 | |
| parent | 9771b7ea101695cb2a82b163e7a2a22c2731b77b (diff) | |
Update changes-6.9.1
Change-Id: Ibc945b27b8bf80e3f07cb893bbaa107830fb40bc
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
(cherry picked from commit 929f7c26053cbe26d620a6032eeb9038c0162453)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| -rw-r--r-- | doc/changelogs/changes-6.9.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.9.1 b/doc/changelogs/changes-6.9.1 index 22849e62c..6f4ef508b 100644 --- a/doc/changelogs/changes-6.9.1 +++ b/doc/changelogs/changes-6.9.1 @@ -17,6 +17,10 @@ information about a particular change. * PySide6 * **************************************************************************** + - [PYSIDE-841] An example showing an audio graph using Qt Graphs has been + added. + - [PYSIDE-2193] A crash retrieving a Python type QObject property + (encapsulated in a QVariant) been fixed. - [PYSIDE-3052] class QMessageLogger has been added for handling debug, info, warning, critical, and fatal messages, including support for QLoggingCategory. @@ -25,6 +29,8 @@ information about a particular change. - [PYSIDE-3021] type-hints: The QMessagebox annotations has been fixed. - [PYSIDE-3029] type-hints: The hints for properties on __init__ functions has been fixed. + - [PYSIDE-3041] type hints: The str parameter of QLineEdit.setText() has + been made optional. - [PYSIDE-3050] type hints: Type signature for QProgressDialog.setCancelButton has been fixed. - [PYSIDE-3055] type hints: Type signature for QTabBar.setTabButton has @@ -42,6 +48,8 @@ information about a particular change. error set has been fixed. - [PYSIDE-3069] A crash retrieving a QGraphicsProxyObject from a QVariant has been fixed. + - [PYSIDE-3078] type hints: The parent widget parameter of the + QInputDialog get() methods has been made optional. - [PYSIDE-3087] The dependency of pyside6-project on tomlkit has been removed. - [PYSIDE-3089] An error in pyside6-metaobjectdump when encountering |
