@@ -17,6 +17,10 @@ information about a particular change.
17
17
* PySide6 *
18
18
****************************************************************************
19
19
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.
20
24
- [PYSIDE-3052] class QMessageLogger has been added for handling debug,
21
25
info, warning, critical, and fatal messages,
22
26
including support for QLoggingCategory.
@@ -25,6 +29,8 @@ information about a particular change.
25
29
- [PYSIDE-3021] type-hints: The QMessagebox annotations has been fixed.
26
30
- [PYSIDE-3029] type-hints: The hints for properties on __init__ functions
27
31
has been fixed.
32
+ - [PYSIDE-3041] type hints: The str parameter of QLineEdit.setText() has
33
+ been made optional.
28
34
- [PYSIDE-3050] type hints: Type signature for
29
35
QProgressDialog.setCancelButton has been fixed.
30
36
- [PYSIDE-3055] type hints: Type signature for QTabBar.setTabButton has
@@ -42,6 +48,8 @@ information about a particular change.
42
48
error set has been fixed.
43
49
- [PYSIDE-3069] A crash retrieving a QGraphicsProxyObject from a QVariant
44
50
has been fixed.
51
+ - [PYSIDE-3078] type hints: The parent widget parameter of the
52
+ QInputDialog get() methods has been made optional.
45
53
- [PYSIDE-3087] The dependency of pyside6-project on tomlkit has been
46
54
removed.
47
55
- [PYSIDE-3089] An error in pyside6-metaobjectdump when encountering
0 commit comments