You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#46](https://github.com/stlehmann/PyQt5-stubs/pull/46) fixes QCoreApplication and QObject signals
14
-
*[#48](https://github.com/stlehmann/PyQt5-stubs/pull/48) fixes some signals for QClipBoard, QWindows, QQuickView and QQml{Application,}Engine
15
-
*[#49](https://github.com/stlehmann/PyQt5-stubs/pull/49) fixes QAbstractItemView.setModel to accept None
19
+
*[#102](https://github.com/stlehmann/PyQt5-stubs/pull/102) fix `pyqtSlot` parameter typing and overloads
20
+
*[#104](https://github.com/stlehmann/PyQt5-stubs/pull/104)`sip.voidptr` handles integer values and sequences and takes `self`
21
+
*[#103](https://github.com/stlehmann/PyQt5-stubs/pull/103)`pyqtBoundSignal.disconnect()`'s `slot` parameter is optional
22
+
*[#100](https://github.com/stlehmann/PyQt5-stubs/pull/100) fill generic parameter as `sip.array[int]` for QtDataVisualization textures
23
+
*[#92](https://github.com/stlehmann/PyQt5-stubs/pull/92) remove self from `qDefaultSurfaceFormat()` and `qIdForNode()`
24
+
*[#83](https://github.com/stlehmann/PyQt5-stubs/pull/83) fixes `sip.array` to be generic
25
+
*[#79](https://github.com/stlehmann/PyQt5-stubs/pull/79) fixes extra class layer in several modules
26
+
*[#57](https://github.com/stlehmann/PyQt5-stubs/pull/57) fixes `PYQT_SLOT` to allow callables returning any object
27
+
*[#56](https://github.com/stlehmann/PyQt5-stubs/pull/56) fixes `pyqtSignal` as a descriptor and moves `.emit()`, `.connect()`, and `.disconnect()` to `pyqtBoundSignal`
28
+
*[#54](https://github.com/stlehmann/PyQt5-stubs/pull/54) fixes `pyqtSignal.connect()` and `pyqtSignal.disconnect()` to support `QMetaObject.Connection`
29
+
*[#59](https://github.com/stlehmann/PyQt5-stubs/pull/59) fixes `QGuiApplication.lastWindowClosed` to be a signal
30
+
*[#58](https://github.com/stlehmann/PyQt5-stubs/pull/50) improves `QObject.findChild` and `QObject.findChildren`
*[#46](https://github.com/stlehmann/PyQt5-stubs/pull/46) fixes `QCoreApplication` and `QObject` signals
33
+
*[#48](https://github.com/stlehmann/PyQt5-stubs/pull/48) fixes some signals for `QClipBoard`, `QWindows`, `QQuickView`, `QQmlApplicationEngine` and `QQmlEngine`
34
+
*[#49](https://github.com/stlehmann/PyQt5-stubs/pull/49) fixes `QAbstractItemView.setModel()` to accept `None`
16
35
17
36
### Removed
18
37
@@ -21,18 +40,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
21
40
### Added
22
41
23
42
### Changed
24
-
*[#43](https://github.com/stlehmann/PyQt5-stubs/pull/43) Update stubs to PyQt5.14.2
43
+
*[#43](https://github.com/stlehmann/PyQt5-stubs/pull/43) Update stubs to PyQt5 5.14.2
25
44
26
45
### Removed
27
46
28
47
## 5.14.2.1
29
48
30
49
### Added
31
50
*[#39](https://github.com/stlehmann/PyQt5-stubs/pull/39) Add this changelog file
0 commit comments