Qt:Документация 4.3.2/qshowevent
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] QShowEvent Class Reference
[модуль QtGui ]
The QShowEvent class provides an event that is sent when a widget is shown. Далее...
#include <QShowEvent>
Inherits QEvent.
[править] Открытые функции
- QShowEvent ()
- 6 public functions inherited from QEvent
[править] Дополнительные унаследованные члены
- 1 property inherited from 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 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.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|