comparison ui/helpdialog.h @ 190:1a66a15d0df8

Added stub for help dialog.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 26 Mar 2014 11:46:42 +0100
parents
children 17e1c8f37d72
comparison
equal deleted inserted replaced
189:5f0d45ca9de4 190:1a66a15d0df8
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/