Mercurial > trustbridge
comparison ui/aboutdialog.h @ 199:4790a26c2e8b
Added about dialog.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 13:29:49 +0100 |
parents | |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
193:17eb8ad43984 | 199:4790a26c2e8b |
---|---|
1 #ifndef ABOUTDIALOG_H | |
2 #define ABOUTDIALOG_H | |
3 | |
4 #include <QDialog> | |
5 #include <QMainWindow> | |
6 /** | |
7 * @file aboutdialog.h | |
8 * @brief The dialog for information about the application. | |
9 */ | |
10 | |
11 class AboutDialog : public QDialog | |
12 { | |
13 public: | |
14 /** @brief Create a help dialog */ | |
15 AboutDialog(QMainWindow *parent); | |
16 | |
17 private: | |
18 void setupGUI(); | |
19 | |
20 }; | |
21 #endif // ABOUTDIALOG_H |