|
AlbumShaper 1.0a3
|
A configurable question dialog that returns true/false. More...
#include <questionDialog.h>


Public Member Functions | |
| QuestionDialog (QString question, QString message, QString questionIconName, QWidget *parent=0, const char *name=0) | |
| Basic constructor. | |
| ~QuestionDialog () | |
| Destructor. | |
Private Attributes | |
| Q3GridLayout * | gridTop |
| Grids objects placed in. | |
| Q3GridLayout * | gridBottom |
| Q3GridLayout * | gridFull |
| QLabel * | questionText |
| Question displayed in window. | |
| Q3TextEdit * | messageText |
| Message displayed in window. | |
| QPushButton * | okButton |
| Ok button. | |
| QPushButton * | cancelButton |
| Cancel button. | |
| QPixmap * | questionIcon |
| Question icon. | |
| QLabel * | questionIconLabel |
| Label which shows question icon. | |
| Q3Frame * | topFrame |
| Top and bottom frames. | |
| Q3Frame * | bottomFrame |
A configurable question dialog that returns true/false.
Definition at line 36 of file questionDialog.h.
| QuestionDialog::QuestionDialog | ( | QString | question, |
| QString | message, | ||
| QString | questionIconName, | ||
| QWidget * | parent = 0, | ||
| const char * | name = 0 ) |
Basic constructor.
Definition at line 28 of file questionDialog.cpp.
References bottomFrame, cancelButton, gridBottom, gridFull, gridTop, IMAGE_PATH, messageText, okButton, questionIcon, questionIconLabel, questionText, topFrame, and WIDGET_SPACING.
| QuestionDialog::~QuestionDialog | ( | ) |
|
private |
Definition at line 74 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
|
private |
Definition at line 53 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
Definition at line 53 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
Grids objects placed in.
Definition at line 53 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
Message displayed in window.
Definition at line 59 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
|
private |
Question icon.
Definition at line 68 of file questionDialog.h.
Referenced by QuestionDialog(), and ~QuestionDialog().
|
private |
Label which shows question icon.
Definition at line 71 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
Question displayed in window.
Definition at line 56 of file questionDialog.h.
Referenced by QuestionDialog().
|
private |
Top and bottom frames.
Definition at line 74 of file questionDialog.h.
Referenced by QuestionDialog().