DLA-Fire-Prediction-Thesis 1.0

main.cpp File Reference

#include <QtGui/QApplication>
#include "MainWindow.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 11 of file main.cpp.

{
  // make an instance of the QApplication
  QApplication a(argc, argv);
  // Create a new MainWindow
  MainWindow w;
  // show it
  w.show();
  // hand control over to Qt framework
  return a.exec();
}
 All Classes Namespaces Files Functions Variables Enumerations Enumerator