@@ -17,6 +17,10 @@ information about a particular change.
1717* PySide6 *
1818****************************************************************************
1919
20+ - [PYSIDE-841] An example showing an audio graph using Qt Graphs has been
21+ added.
22+ - [PYSIDE-2193] A crash retrieving a Python type QObject property
23+ (encapsulated in a QVariant) been fixed.
2024 - [PYSIDE-3052] class QMessageLogger has been added for handling debug,
2125 info, warning, critical, and fatal messages,
2226 including support for QLoggingCategory.
@@ -25,6 +29,8 @@ information about a particular change.
2529 - [PYSIDE-3021] type-hints: The QMessagebox annotations has been fixed.
2630 - [PYSIDE-3029] type-hints: The hints for properties on __init__ functions
2731 has been fixed.
32+ - [PYSIDE-3041] type hints: The str parameter of QLineEdit.setText() has
33+ been made optional.
2834 - [PYSIDE-3050] type hints: Type signature for
2935 QProgressDialog.setCancelButton has been fixed.
3036 - [PYSIDE-3055] type hints: Type signature for QTabBar.setTabButton has
@@ -42,6 +48,8 @@ information about a particular change.
4248 error set has been fixed.
4349 - [PYSIDE-3069] A crash retrieving a QGraphicsProxyObject from a QVariant
4450 has been fixed.
51+ - [PYSIDE-3078] type hints: The parent widget parameter of the
52+ QInputDialog get() methods has been made optional.
4553 - [PYSIDE-3087] The dependency of pyside6-project on tomlkit has been
4654 removed.
4755 - [PYSIDE-3089] An error in pyside6-metaobjectdump when encountering
0 commit comments