• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

main.cpp

Go to the documentation of this file.
00001 #include <QtGui/QApplication>
00002 #include "mainwindow.h"
00003 
00011 int main(int argc, char *argv[])
00012 {
00013     QApplication a(argc, argv);
00014     MainWindow w;
00015 
00016     w.show();
00017 
00018     return a.exec();
00019 }

Generated on Wed Jan 19 2011 13:25:19 for LU Visualisierung WS2010 - Beispiel 1 by  doxygen 1.7.2