ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
gui
qtgsi
test
example2
main.cpp
Go to the documentation of this file.
1
#include "
TQApplication.h
"
2
#include "
TQRootApplication.h
"
3
#include "qtrootexample1.h"
4
#include "
TBrowser.h
"
5
6
int
main
(
int
argc,
char
** argv )
7
{
8
TQApplication
app(
"uno"
,&argc,argv);
9
TQRootApplication
a
( argc, argv, 0);
10
qtrootexample1 *w =
new
qtrootexample1;
11
w->show();
12
new
TBrowser
();
13
a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
14
a.exec();
15
return
0;
16
}
17
TBrowser.h
TQRootApplication
Definition:
TQRootApplication.h:39
a
TArc * a
Definition:
textangle.C:12
TQApplication.h
TBrowser
Using a TBrowser one can browse all ROOT objects.
Definition:
TBrowser.h:41
TQApplication
Definition:
TQApplication.h:30
main
int main(int argc, char **argv)
Main program.
Definition:
main.cpp:22
TQRootApplication.h