]> Creatis software - clitk.git/blob - vv/vvHelpDialog.h
removed headers
[clitk.git] / vv / vvHelpDialog.h
1 #ifndef vvHelpDialog_h
2 #define vvHelpDialog_h
3 #include <iostream>
4 #include <vector>
5
6 #include "ui_vvHelpDialog.h"
7
8 class vvHelpDialog : public QDialog, private Ui::vvHelpDialog
9 {
10     Q_OBJECT
11
12 public:
13     vvHelpDialog() {
14         setupUi(this);
15     }
16     ~vvHelpDialog() {}
17
18 public slots:
19
20 private:
21
22 };
23
24 #endif