KINECT STATS GENERATOR FOR SPORTS VISUALISATION  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 4 of file main.cpp.

{
  // make an instance of the QApplication
  QApplication a(argc, argv);

  // Create a new MainWindow
  // for our application
  MainWindow w;
  // show our statistics application
  w.show();

  // return control over to Qt framework
  return a.exec();
}
 All Classes Files Functions Variables Enumerations Enumerator