30 explicit SimpleDialog(QWidget *parent,
ESD_TYPE_E type,
int btn_mask,
const char *msg_format, va_list ap, QString secondary_msg = QString());
33 static void displayQueuedMessages(QWidget *parent = 0);
34 static QString dontShowThisAgain();
35 void setInformativeText(QString text) { informative_text_ = text; }
36 void setDetailedText(QString text) { detailed_text_ = text; }
37 void setCheckBox(QCheckBox *cb) { check_box_ = cb; }
42 QString informative_text_;
43 QString detailed_text_;
44 QCheckBox *check_box_;
45 QMessageBox *message_box_;