tychoGUI
1.0
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 <QApplication>
2
#include "
mainwindow.h
"
3
4
14
int
main
(
int
argc,
char
*argv[])
15
{
16
QApplication a(argc, argv);
17
MainWindow
w;
18
19
w.show();
20
21
return
a.exec();
22
}
23
Generated on Wed Oct 9 2013 19:57:23 for tychoGUI by
1.8.1.1