Last change
on this file since 417 was
415,
checked in by Torben Dannhauer, 12 years ago
|
initial upload of new SimHost? / GUI
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Rev URL
|
File size:
309 bytes
|
Line | |
---|
1 | #ifndef OSGVISUALGUI_H |
---|
2 | #define OSGVISUALGUI_H |
---|
3 | |
---|
4 | #include <QtGui/QMainWindow> |
---|
5 | #include "ui_osgvisualgui.h" |
---|
6 | |
---|
7 | class osgVisualGUI : public QMainWindow |
---|
8 | { |
---|
9 | Q_OBJECT |
---|
10 | |
---|
11 | public: |
---|
12 | osgVisualGUI(QWidget *parent = 0, Qt::WFlags flags = 0); |
---|
13 | ~osgVisualGUI(); |
---|
14 | |
---|
15 | private: |
---|
16 | Ui::osgVisualGUIClass ui; |
---|
17 | }; |
---|
18 | |
---|
19 | #endif // OSGVISUALGUI_H |
---|
Note: See
TracBrowser
for help on using the repository browser.