Vespucci  1.0.0
reportmessagedialog.h
Go to the documentation of this file.
1 #ifndef REPORTMESSAGEDIALOG_H
2 #define REPORTMESSAGEDIALOG_H
3 
4 #include <QDialog>
5 #include <QLabel>
6 #include <QPlainTextEdit>
7 
8 namespace Ui {
10 }
11 class QLabel;
12 class QPlainTextEdit;
13 class ReportMessageDialog : public QDialog
14 {
15  Q_OBJECT
16 
17 public:
18  explicit ReportMessageDialog(QWidget *parent, const QString &title);
19  void setLabel(const QString &new_label);
20  void appendPlainText(const QString &text);
22 
23 private slots:
24 
25  void on_buttonBox_accepted();
26 
27 private:
28  Ui::ReportMessageDialog *ui;
29 };
30 
31 #endif // REPORTMESSAGEDIALOG_H
Definition: ahcadialog.h:26