|
AlbumShaper 1.0a3
|
A configurable alert dialog that displays an alert/error message. More...
#include <alertDialog.h>


Public Member Functions | |
| AlertDialog (QString message, QString description, QString alertIconName, QWidget *parent=0, const char *name=0) | |
| Basic constructor. | |
| ~AlertDialog () | |
| Destructor. | |
Private Attributes | |
| Q3GridLayout * | gridTop |
| Grids objects placed in. | |
| Q3GridLayout * | gridBottom |
| Q3GridLayout * | gridFull |
| QLabel * | alertText |
| Message displayed in window. | |
| Q3TextEdit * | descriptionText |
| Description displayed in window. | |
| QPushButton * | okButton |
| Ok button. | |
| QPixmap * | alertIcon |
| Alert icon. | |
| QLabel * | alertIconLabel |
| Label which shows alert icon. | |
| Q3Frame * | topFrame |
| Top and bottom frames. | |
| Q3Frame * | bottomFrame |
A configurable alert dialog that displays an alert/error message.
Definition at line 36 of file alertDialog.h.
| AlertDialog::AlertDialog | ( | QString | message, |
| QString | description, | ||
| QString | alertIconName, | ||
| QWidget * | parent = 0, | ||
| const char * | name = 0 ) |
Basic constructor.
Definition at line 28 of file alertDialog.cpp.
References alertIcon, alertIconLabel, alertText, bottomFrame, descriptionText, gridBottom, gridFull, gridTop, IMAGE_PATH, okButton, topFrame, and WIDGET_SPACING.
| AlertDialog::~AlertDialog | ( | ) |
|
private |
Alert icon.
Definition at line 65 of file alertDialog.h.
Referenced by AlertDialog(), and ~AlertDialog().
|
private |
Label which shows alert icon.
Definition at line 68 of file alertDialog.h.
Referenced by AlertDialog().
|
private |
Message displayed in window.
Definition at line 56 of file alertDialog.h.
Referenced by AlertDialog().
|
private |
Definition at line 71 of file alertDialog.h.
Referenced by AlertDialog().
|
private |
Description displayed in window.
Definition at line 59 of file alertDialog.h.
Referenced by AlertDialog().
|
private |
Definition at line 53 of file alertDialog.h.
Referenced by AlertDialog().
|
private |
Definition at line 53 of file alertDialog.h.
Referenced by AlertDialog().
|
private |
|
private |
|
private |