Main Page
Namespaces
Classes
Files
File List
File Members
igvc
src
dashboard
dashboard/main.cpp
Go to the documentation of this file.
1
#include <QtGui>
2
#include <QApplication>
3
#include "
mainwindow.h
"
4
5
int
main
(
int
argc,
char
** argv)
6
{
7
QApplication app(argc, argv);
8
MainWindow
w(argc, argv);
9
w.show();
10
app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
11
return
app.exec();
12
}
mainwindow.h
main
int main(int argc, char **argv)
Definition:
dashboard/main.cpp:5
MainWindow
Definition:
mainwindow.h:11
igvc
Author(s): Matthew Barulic
, Al Chaussee
autogenerated on Sun May 10 2015 16:18:45