Re: [ROOT] [Fwd: QT/ROOTquestions, please forward to root mailing list - thanks]

From: Mark Polsen (mpolsen@citrus.ucr.edu)
Date: Mon Sep 01 2003 - 22:43:10 MEST


Hello Stefan,

I am currently using QtRoot to basically do what you have described, on
Linux although. However I am not using a Qt-based Root, but Qt GPL and
Root built from source. The GPL version of Qt which come with
QtDesigner. QtDesigner was used for the interface. 

Much of my application uses Qt classes except where I use Root (TObject
or TObjectArray) or CLHEP. I modifed my 'main' replacing

    QApplication a(argc, argv);

with

    QRootApplication a( argc, argv, 0);
    TQApplication app("uno",&argc,argv);

and including the required files. You might want to check the QT mailing
list archives for building Qt on Solaris, I have no experience with
this.

Regards,
Mark Polsen
-------------------------
High Energy Astrophysics
UC Riverside



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:15 MET