Qtroot and qt4

Hello Mauri.

[quote=“ungaro”]Dear Valeri,

compilation successful with your changes.
[/quote]
Thank you very much for your information.

[quote=“ungaro”]Note however that I still had

error: ‘WStyle_NoBorder’ is not a member of ‘Qt’

So I replaced it with Qt::FramelessWindowHint as suggested by the qt people doc.trolltech.com/4.3/qt.html#WindowType-enum (they say WStyle_NoBorder is obsolete).
[/quote]I already explained that constant is Qt4 specific and it can not be used as soon as Qt3/Qt4 compatibility is concern. On the other hands “FramelessWindow” is NOT what we really need. We want to see here the original Qt “default” value what-ever that default is. One should use “ZERO” instead for Qt3 and Qt4 env. See
star.bnl.gov/cgi-bin/cvsweb. … y=date;f=h
I’ll test this and then propage to CERN.[quote=“ungaro”]By the way, I do not see any difference in benchmarks with qt enabled or disabled. Both are at about 1450 ROOTMARKS.[/quote]Great. (By the way, how you know whether the Qt plugin was really loaded? ) Thank you very much for your number. I am wondering if you got it with your local desktop env. May I ask you to test it again from the remote X-terminal?