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 }
int main(int argc, char **argv)


igvc
Author(s): Matthew Barulic , Al Chaussee
autogenerated on Sun May 10 2015 16:18:45