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