QShowEvent 類

The QShowEvent class provides an event that is sent when a widget is shown. 更多...

頭: #include <QShowEvent>
qmake: QT += gui
繼承: QEvent

公共函數

QShowEvent ()

額外繼承成員

詳細描述

The QShowEvent class provides an event that is sent when a widget is shown.

There are two kinds of show events: show events caused by the window system (spontaneous), and internal show events. Spontaneous ( QEvent::spontaneous ()) show events are sent just after the window system shows the window; they are also sent when a top-level window is redisplayed after being iconified. Internal show events are delivered just before the widget becomes visible.

另請參閱 QHideEvent .

成員函數文檔編製

QShowEvent:: QShowEvent ()

構造 QShowEvent .