source:
experimental/osgVisualGuiNG/main.cpp
@
417
Last change on this file since 417 was 415, checked in by , 12 years ago | |
---|---|
|
|
File size: 169 bytes |
Line | |
---|---|
1 | #include "osgvisualgui.h" |
2 | #include <QtGui/QApplication> |
3 | |
4 | int main(int argc, char *argv[]) |
5 | { |
6 | QApplication a(argc, argv); |
7 | osgVisualGUI w; |
8 | w.show(); |
9 | return a.exec(); |
10 | } |
Note: See TracBrowser
for help on using the repository browser.