Vespucci
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
{
9
class
ReportMessageDialog
;
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);
21
~
ReportMessageDialog
();
22
23
private
slots:
24
25
void
on_buttonBox_accepted();
26
27
private
:
28
Ui::ReportMessageDialog *ui;
29
};
30
31
#endif // REPORTMESSAGEDIALOG_H
Ui
Definition:
ahcadialog.h:26
ReportMessageDialog
Definition:
reportmessagedialog.h:13
Projects
VespucciProject
Vespucci
Vespucci
GUI
Display
reportmessagedialog.h
Generated by
1.8.11