Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

testwindow.cxx

Go to the documentation of this file.
00001 #include <qapplication.h>
00002 #include "QtViewWidgetWindow.h"
00003 
00004 int main( int argc, char ** argv )
00005 {
00006     QApplication a( argc, argv );
00007     QtViewWidgetWindow w;
00008     w.show();
00009     a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
00010 
00011     return a.exec();
00012 }

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3