QHideEvent 类

The QHideEvent 类提供在 Widget 被隐藏后的发送事件。 更多...

头: #include <QHideEvent>
继承: QEvent

公共函数

QHideEvent ()

额外继承成员

详细描述

The QHideEvent 类提供在 Widget 被隐藏后的发送事件。

此事件被发送仅仅先于 QWidget::hide () 返回,及当用户隐藏 (图标化) 顶层窗口时。

spontaneous () is true, the event originated outside the application. In this case, the user hid the window using the window manager controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, QWidget::isMinimized () returns true.

另请参阅 QShowEvent .

成员函数文档编制

QHideEvent:: QHideEvent ()

构造 QHideEvent .