main.cpp

Go to the documentation of this file.
00001 #include "TQApplication.h"
00002 #include "TQRootApplication.h"
00003 #include "qtrootexample1.h"
00004 #include "TBrowser.h"
00005 
00006 int main( int argc, char ** argv )
00007 {
00008    TQApplication app("uno",&argc,argv);
00009    TQRootApplication a( argc, argv, 0);
00010    qtrootexample1 *w = new qtrootexample1;
00011    w->show();
00012    new TBrowser();
00013    a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
00014    a.exec();
00015    return 0;
00016 }
00017  

Generated on Tue Jul 5 14:22:21 2011 for ROOT_528-00b_version by  doxygen 1.5.1