Mercurial > trustbridge
annotate ui/aboutdialog.h @ 395:a63601810211
Resized administrator main window and columns.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 15 Apr 2014 16:44:55 +0200 |
parents | 4790a26c2e8b |
children | 17e1c8f37d72 |
rev | line source |
---|---|
199 | 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 |