comparison ui/helpdialog.h @ 198:56ae02b4a0fc

Merged
author Sascha Wilde <wilde@intevation.de>
date Wed, 26 Mar 2014 12:38:10 +0100
parents 1a66a15d0df8
children 17e1c8f37d72
comparison
equal deleted inserted replaced
197:5d380b662198 198:56ae02b4a0fc
1 #ifndef HELPDIALOG_H
2 #define HELPDIALOG_H
3
4 #include <QDialog>
5 #include <QMainWindow>
6 /**
7 * @file helpdialog.h
8 * @brief The dialog for help text.
9 */
10
11 class HelpDialog : public QDialog
12 {
13 public:
14 /** @brief Create a help dialog */
15 HelpDialog(QMainWindow *parent);
16
17 private:
18 void setupGUI();
19
20 };
21 #endif // HELPDIALOG_H

http://wald.intevation.org/projects/trustbridge/