blob: 05b90abb965a836eb9c93256ecd16de5f4f0cf14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
Qt for Python 6.8.3 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-1735] Most enumerations are now fully qualified in documentation
and translated code snippets. Enum values automatically
converted to "None_" are also correctly documented.
- [PYSIDE-2846] The type annotation of the Slot() decorator has been fixed.
- [PYSIDE-2997] Type hints: The signature of QMessageBox.information()
has been fixed.
- [PYSIDE-3001] QtAsyncio: The error messages printed on an exceptions
in tasks have been improved.
- [PYSIDE-3002] QPaintEngine's virtual functions taking a
C-style array of geometry primitives have been fixed.
- [PYSIDE-3003] Type hints: A bug causing overloads to be omitted has
been fixed.
- [PYSIDE-3012] Type hints: Since using Callable, Iterable and Sequence from
typing is deprecated, they are imported from collections.abc.
- [PYSIDE-3012] Type hints: Object inheritance has been removed from classes.
- [PYSIDE-3013] QFont.Tag(str), QFont.Tag.fromString(), QFont.Tag.fromValue()
have been added.
- [PYSIDE-3014] QAbstractSpinBox.fixup() has been fixed.
- [PYSIDE-3017] The overloads of QCanDbcFileParser.parse() have been fixed.
- [PYSIDE-3020] A bug disconnecting a string-based connection by passing a
callable has been fixed.
- [QTBUG-72968] The type of the "result" parameter of the native event
filters has been changed to "qintptr" for Qt 6.
****************************************************************************
* Shiboken6 *
****************************************************************************
- Warnings about rejected functions/fields have been removed or redirected
to the log files.
- [PYSIDE-2701] The size of the generated modules has been reduced by
factoring out common code from the code generated for
virtual functions.
|