tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
help5.h
Go to the documentation of this file.
1 #ifndef HELP5_H
2 #define HELP5_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
7 class help5;
8 }
9 
10 class help5 : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit help5(QWidget *parent = 0);
16  ~help5();
17 
18 private:
20 };
21 
22 #endif // HELP5_H