QShowEvent Class Reference [модуль QtGui]
The QShowEvent class provides an event that is sent when a widget is shown. Далее...
#include <QShowEvent> Унаследован от QEvent.
Открытые функции
- 6 открытых функций, унаследованных от QEvent
Дополнительные унаследованные члены
- 1 свойство, унаследованное от QEvent
- 1 статический открытый член, унаследованный от QEvent
Подробное описание
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.
See also QHideEvent.
Описание функций-членов
QShowEvent::QShowEvent ()
Constructs a QShowEvent.
|