QWindowStateChangeEvent¶
The
QWindowStateChangeEvent
class provides the window state before a window state change. More…

Synopsis¶
Functions¶
def
isOverride
()def
oldState
()
Detailed Description¶
-
class
QWindowStateChangeEvent
(aOldState[, isOverride=false])¶ - Parameters
isOverride –
bool
aOldState –
WindowStates
-
PySide2.QtGui.QWindowStateChangeEvent.
isOverride
()¶ - Return type
bool
-
PySide2.QtGui.QWindowStateChangeEvent.
oldState
()¶ - Return type
WindowStates
Returns the state of the window before the change.