[ROOT] QRoot test notes

From: KOSU_FOKIN@garbo.lucas.lu.se
Date: Wed Nov 08 2000 - 12:49:40 MET


Hi Denis,

I am playing with qtroot and :

1. I've tried to change TApplication to TRint in
qrootapplication. This doesn't work properly, i.e.
I can not get CINT prompt in terminal window and
make any input, etc.

2. I've tried to create a canvas in a qt widget,
namely in QTabWidget.

  QTabWidget *Tab = new QTabWidget(this, "Tab");
  QRootCanvas *Canvas = new QRootCanvas(this, "Canvas");
  Tab->addTab(Canvas, "Canvas");
  
and then set central widget to Tab.

This doesn't work showing a "transparent" tab. 

Could you check this? These two issues are very important and
I hope it is very easy to fix it!

By the way, do you know a reason for multiple X11 root error
messages on main window close? I see you set "destructiveclose"
in the main qt window...

Best regards,
Anton



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:36 MET