source: experimental/osgVisualGuiNG/osgvisualgui.cpp @ 415

Last change on this file since 415 was 415, checked in by Torben Dannhauer, 12 years ago

initial upload of new SimHost? / GUI

  • Property svn:eol-style set to native
File size: 178 bytes
Line 
1#include "osgvisualgui.h"
2
3osgVisualGUI::osgVisualGUI(QWidget *parent, Qt::WFlags flags)
4        : QMainWindow(parent, flags)
5{
6        ui.setupUi(this);
7}
8
9osgVisualGUI::~osgVisualGUI()
10{
11
12}
Note: See TracBrowser for help on using the repository browser.