OWait Class Reference
This class displays a animated waiting icon in the middle of the screen. modal hour glass dialog. More...
#include <owait.h>
Inheritance diagram for OWait:


Public Slots | |
| void | hide () |
| reimplemented for control reasons | |
Public Member Functions | |
| OWait (QWidget *parent=0, const char *name=0, bool dispIcon=TRUE) | |
| This will construct a modal dialog. | |
| void | show () |
| reimplemented for control reasons | |
| void | setTimerLength (int length) |
| Set the time before the icon will be automaticly hidden The timer will be started once the widget will be shown. | |
Detailed Description
This class displays a animated waiting icon in the middle of the screen. modal hour glass dialog.
- See also:
- QDialog
- Author:
- Maximilian Reiß
Definition at line 37 of file owait.h.
Constructor & Destructor Documentation
|
||||||||||||||||
|
This will construct a modal dialog. The default timer length is 10.
Definition at line 41 of file owait.cpp. References QLayout::activate(), QBoxLayout::addWidget(), QObject::connect(), QPixmap::height(), hide(), Resource::loadPixmap(), QWidget::resize(), and QWidget::setBackgroundMode(). |
Member Function Documentation
|
|
reimplemented for control reasons
Reimplemented from QDialog. Definition at line 73 of file owait.cpp. References QWidget::move(), QDialog::show(), QTimer::start(), and QObject::startTimer(). |
|
|
Set the time before the icon will be automaticly hidden The timer will be started once the widget will be shown.
|
|
|
reimplemented for control reasons
Reimplemented from QWidget. Definition at line 81 of file owait.cpp. References QWidget::hide(), QObject::killTimers(), and QTimer::stop(). Referenced by OWait(). |
The documentation for this class was generated from the following files:
