10 #ifndef SIMPLE_DIALOG_H 11 #define SIMPLE_DIALOG_H 24 typedef QPair<QString,QString> MessagePair;
37 static void displayQueuedMessages(QWidget *parent = 0);
38 void setDetailedText(QString text) { detailed_text_ = text; }
39 void setCheckBox(QCheckBox *cb) { check_box_ = cb; }
43 const MessagePair splitMessage(QString &message)
const;
44 QString detailed_text_;
45 QCheckBox *check_box_;
46 QMessageBox *message_box_;
49 #endif // SIMPLE_DIALOG_H
ESD_TYPE_E
Definition: simple_dialog.h:26
Definition: simple_dialog.h:31