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. More... | |
~QuestionDialog () | |
Destructor. More... | |
Private Attributes | |
Q3GridLayout * | gridTop |
Grids objects placed in. More... | |
Q3GridLayout * | gridBottom |
Q3GridLayout * | gridFull |
QLabel * | questionText |
Question displayed in window. More... | |
Q3TextEdit * | messageText |
Message displayed in window. More... | |
QPushButton * | okButton |
Ok button. More... | |
QPushButton * | cancelButton |
Cancel button. More... | |
QPixmap * | questionIcon |
Question icon. More... | |
QLabel * | questionIconLabel |
Label which shows question icon. More... | |
Q3Frame * | topFrame |
Top and bottom frames. More... | |
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().