tychoBCG3D  0.2
 All Data Structures Namespaces Files Functions Variables
help.h
Go to the documentation of this file.
1 #ifndef HELP_H
2 #define HELP_H
3 
4 #include <QWidget>
5 
6 namespace Ui {
7 class help;
8 }
9 
10 class help : public QWidget
11 {
12  Q_OBJECT
13 
14 public:
15  explicit help(QWidget *parent = 0);
16  ~help();
17 
18 private slots:
19  void on_pushButton_clicked();
20 
21 private:
22  Ui::help *ui;
23 };
24 
25 #endif // HELP_H