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