Eneboo - Documentación para desarrolladores
|
The QShowEvent class provides an event which is sent when a widget is shown. Más...
#include <qevent.h>
Métodos públicos | |
QShowEvent () | |
QShowEvent () |
The QShowEvent class provides an event which 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 show events are sent just after the window system shows the window, including after a top-level window has been shown (un-iconified) by the user. Internal show events are delivered just before the widget becomes visible.
QShowEvent::QShowEvent | ( | ) | [inline] |
Constructs a QShowEvent.
QShowEvent::QShowEvent | ( | ) | [inline] |