Opensim Control Panel
BRIGADOON-0013
This program provides a control panel for an Open Simulator Instance
Loading...
Searching...
No Matches
untitled/main.cpp
Go to the documentation of this file.
1
#include "
mainwindow.h
"
2
3
#include <QApplication>
4
5
int
6
main
(
int
argc,
char
*argv[])
7
{
8
QApplication a (argc, argv);
9
MainWindow
w;
10
w.show ();
11
return
a.exec ();
12
}
MainWindow
Definition
mainwindow.h:19
main
int main(int argc, char *argv[])
Definition
untitled/main.cpp:6
mainwindow.h
untitled
main.cpp
Generated by
1.14.0