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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## To be released
8
+
### Added
9
+
*[#192](https://github.com./python-qt-tools/PyQt5-stubs/pull/192) Add missing platform specific stubs:
10
+
* Windows specific: QAxContainer.pyi QtWinExtras.pyi QtCore.QWinEventNotifier
11
+
* MacOs X specific: QtMacExtras.pyi QtWidgets.QMacCocoaViewContainer
8
12
*[#195](https://github.com./python-qt-tools/PyQt5-stubs/pull/195) Add more tests based on the historical PR and issues:
9
13
* check that QTest methods are static
10
14
* check all pyqtSlot() usage
@@ -15,12 +19,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
19
* check signal connect() call returns a QMetaObject.Connection
16
20
* check argument for disconnect() is optional
17
21
* check QCoreApplication.instance() may return None
18
-
*[#192](https://github.com./python-qt-tools/PyQt5-stubs/pull/192) Add missing platform specific stubs:
19
-
* Windows specific: QAxContainer.pyi QtWinExtras.pyi QtCore.QWinEventNotifier
20
-
* MacOs X specific: QtMacExtras.pyi QtWidgets.QMacCocoaViewContainer
21
22
22
23
23
-
### Added
24
+
### Changed
25
+
*[#198](https://github.com./python-qt-tools/PyQt5-stubs/pull/198) Corrected `QTableWidget.cellWidget()` to return an an optional `QWidget` instead of a list of `QWidgets`.
26
+
*[#210](https://github.com./python-qt-tools/PyQt5-stubs/pull/210) Correct `QLineEdit.setValidator()` to accept `None` for removing the validator.
0 commit comments