Releases: python-qt-tools/PyQt5-stubs
Releases · python-qt-tools/PyQt5-stubs
5.15.2.0
5.15.2.0
Added
- #125 on
QtWidgets.QMessageBox
, enumerators are also attributes of their enumerations - #99 enable mypy's strict mode
- #92 add
Sequence
methods and.__setitem__()
tosip.array
- #94 add several operators to
QIODevice.OpenMode
andQIODevice.OpenModeFlag
- #93 test against 3.5, 3.6, 3.7, 3.8, and 3.9
- #71 update to PyQt5 5.15.1
- #56 adds
pyqtBoundSignal.__getitem__()
allowing for indexing - #51 adds
pyqtBoundSignal.signal
hinted asstr
Changed
- #129 fixes
QThread
andQNetworkAccessManager
signals - #109
.__or__()
forQMessageBox.StandardButton
andQMessageBox.StandardButtons
- #126 fix
QCoreApplication.instance()
return type to be optional - #102 fix
pyqtSlot
parameter typing and overloads - #104
sip.voidptr
handles integer values and sequences and takesself
- #103
pyqtBoundSignal.disconnect()
'sslot
parameter is optional - #100 fill generic parameter as
sip.array[int]
for QtDataVisualization textures - #92 remove self from
qDefaultSurfaceFormat()
andqIdForNode()
- #83 fixes
sip.array
to be generic - #79 fixes extra class layer in several modules
- #57 fixes
PYQT_SLOT
to allow callables returning any object - #56 fixes
pyqtSignal
as a descriptor and moves.emit()
,.connect()
, and.disconnect()
topyqtBoundSignal
- #54 fixes
pyqtSignal.connect()
andpyqtSignal.disconnect()
to supportQMetaObject.Connection
- #59 fixes
QGuiApplication.lastWindowClosed
to be a signal - #58 improves
QObject.findChild
andQObject.findChildren
- #50 fixes
QAbstractItemModelTester.FailureReportingMode
attributes - #46 fixes
QCoreApplication
andQObject
signals - #48 fixes some signals for
QClipBoard
,QWindows
,QQuickView
,QQmlApplicationEngine
andQQmlEngine
- #49 fixes
QAbstractItemView.setModel()
to acceptNone