3 #include <Q3GridLayout> 16 #ifndef GUI_DIALOGS_ALERTDIALOG_H 17 #define GUI_DIALOGS_ALERTDIALOG_H 44 QString alertIconName,
76 #endif //GUI_DIALOGS_ALERTDIALOG_H
QLabel * alertText
Message displayed in window.
A configurable alert dialog that displays an alert/error message.
AlertDialog(QString message, QString description, QString alertIconName, QWidget *parent=0, const char *name=0)
Basic constructor.
Q3TextEdit * descriptionText
Description displayed in window.
QLabel * alertIconLabel
Label which shows alert icon.
Q3GridLayout * gridTop
Grids objects placed in.
QPixmap * alertIcon
Alert icon.
Q3GridLayout * gridBottom
~AlertDialog()
Destructor.
Q3Frame * topFrame
Top and bottom frames.
QPushButton * okButton
Ok button.