![]() |
VR-Forces Developer's Guide
|
A Messagee box with a checkbox for not showing the message box again.

Public Member Functions | |
| DtMessageBox (QMessageBox::Icon icon, QWidget *parent, const QString &title, const QString &text, const QString &checkBoxText, QMessageBox::StandardButtons buttons=QMessageBox::Ok, Qt::WindowFlags flag=Qt::Tool|Qt::MSWindowsFixedSizeDialogHint) | |
| virtual | ~DtMessageBox () |
| virtual bool | checkBoxValue () |
Protected Attributes | |
| QCheckBox * | myCheckBox |
| makVrv::DtMessageBox::DtMessageBox | ( | QMessageBox::Icon | icon, |
| QWidget * | parent, | ||
| const QString & | title, | ||
| const QString & | text, | ||
| const QString & | checkBoxText, | ||
| QMessageBox::StandardButtons | buttons = QMessageBox::Ok, |
||
| Qt::WindowFlags | flag = Qt::Tool|Qt::MSWindowsFixedSizeDialogHint |
||
| ) |
CTOR.
| icon] | icon the icon of the MessageBox | |
| [in] | parent | the parent of the MessageBox |
| [in] | title | is the title of the MessageBox |
| [in] | text | is the text of the messageBox |
| [in] | checkBoxText | is the text of the checkBox(dont' show again,etc) |
| [in] | defaultButton | Button flag for QMessageBox |
| [in] | flag | window flag for QMessageBox |
|
virtual |
virtual DTOR
|
virtual |
return the value of the checkBox
|
protected |