tychoBCG3D
0.2
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
main.cpp
Go to the documentation of this file.
1
#include "
mainwindow.h
"
2
#include <QApplication>
3
4
int
main
(
int
argc,
char
*argv[])
5
{
6
QApplication a(argc, argv);
7
MainWindow
w;
8
w.setWindowModality(Qt::ApplicationModal);
9
//w.setWindowModality(Qt::WindowModality);
10
w.show();
11
return
a.exec();
12
}
Generated on Wed Oct 9 2013 20:05:23 for tychoBCG3D by
1.8.1.1