Main Page | File List | File Members

main.cpp

Go to the documentation of this file.
00001 #include "mainwindow.h"
00002 #include <qapplication.h>
00003 
00013 int main( int argc, char ** argv ){
00014   QApplication app(argc, argv );
00015   MainWindow window;
00016   window.show();
00017   app.connect( &app, SIGNAL( lastWindowClosed() ), &app, SLOT( quit() ) );
00018   return app.exec();
00019 }

Generated on Mon Jan 3 09:13:11 2005 for RapierGUI by  doxygen 1.4.0