内容表

上一话题

QWindow

下一话题

Qt

QWindowStateChangeEvent

QWindowStateChangeEvent class provides the window state before a window state change. 更多

Inheritance diagram of PySide2.QtGui.QWindowStateChangeEvent

概要

函数

详细描述

class QWindowStateChangeEvent ( aOldState [ , isOverride=false ] )
参数
  • isOverride bool

  • aOldState WindowStates

PySide2.QtGui.QWindowStateChangeEvent. isOverride ( )
返回类型

bool

PySide2.QtGui.QWindowStateChangeEvent. oldState ( )
返回类型

WindowStates

返回改变之前的窗口状态。