#include <questionDialog.h>
Inheritance diagram for QuestionDialog:
Definition at line 31 of file 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 | |
QGridLayout * | gridTop |
Grids objects placed in. | |
QGridLayout * | gridBottom |
Grids objects placed in. | |
QGridLayout * | gridFull |
Grids objects placed in. | |
QLabel * | questionText |
Question displayed in window. | |
QTextEdit * | messageText |
Message displayed in window. | |
QPushButton * | okButton |
Ok button. | |
QPushButton * | cancelButton |
Cancel button. | |
QPixmap * | questionIcon |
Question icon. | |
QLabel * | questionIconLabel |
Label which shows question icon. | |
QFrame * | topFrame |
Top and bottom frames. | |
QFrame * | bottomFrame |
Top and bottom frames. |
|
Basic constructor.
Definition at line 25 of file questionDialog.cpp. References bottomFrame, cancelButton, gridBottom, gridFull, gridTop, IMAGE_PATH, messageText, okButton, QuestionDialog(), questionIcon, questionIconLabel, questionText, topFrame, and WIDGET_SPACING. Referenced by QuestionDialog().
|
|
Destructor.
Definition at line 95 of file questionDialog.cpp. References questionIcon.
|
|
Top and bottom frames.
Definition at line 69 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Cancel button.
Definition at line 60 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Grids objects placed in.
Definition at line 48 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Grids objects placed in.
Definition at line 48 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Grids objects placed in.
Definition at line 48 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Message displayed in window.
Definition at line 54 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Ok button.
Definition at line 57 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Question icon.
Definition at line 63 of file questionDialog.h. Referenced by QuestionDialog(), and ~QuestionDialog(). |
|
Label which shows question icon.
Definition at line 66 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Question displayed in window.
Definition at line 51 of file questionDialog.h. Referenced by QuestionDialog(). |
|
Top and bottom frames.
Definition at line 69 of file questionDialog.h. Referenced by QuestionDialog(). |