My Project
/home/ankurshaswat/MyFiles/Repos/COP290-master/ED_Project/optionwindow.h
Go to the documentation of this file.
1 #ifndef OPTIONWINDOW_H
2 #define OPTIONWINDOW_H
3 
4 #include "mainwindow.h"
5 #include <QMainWindow>
6 
7 namespace Ui {
8 class optionWindow;
9 }
10 
11 class optionWindow : public QMainWindow
12 {
13 Q_OBJECT
14 
15 public:
16 explicit optionWindow(QWidget *parent = 0);
17 ~optionWindow();
19 
20 private slots:
21 void on_threeD2_2D_clicked();
22 
23 
24 void on_twoD2_3D_clicked();
25 
26 private:
27 Ui::optionWindow *ui;
28 };
29 
30 #endif // OPTIONWINDOW_H
MainWindow w
Definition: optionwindow.h:18
Definition: mainwindow.h:9
Definition: optionwindow.h:11
Definition: mainwindow.h:13