Note that you are talking about "Qt-ROOT" .
This is an external source code which is (was?) maintained by Valeri Fine .
You can have a look here: sourceforge.net/p/qtroot/wiki/Home/
I believe it used to be ROOT 5 + QT 4 specific and I’m not sure if it works with ROOT 6.
See also:
This is Kubuntu 14.04 LTS / x86_64 with gcc 4.8.2 here.
The “qglobal.h” sets QT_VERSION_STR = “4.8.6”, but when I look at the versions of qt4 related packages, they are all “4:4.8.5+git192-g085f851+dfsg-2ubuntu4”.
I was able to compile the current (as of today) head of the v5-34-00-patches branch (including “qt” and “qtgsi” features), but then I tried to “make qtcint” and it died: /opt/ROOT/debug/v5-34-00-patches/build/unix/makecintdll.sh linux C++ qtcint qt \
" -p -DQT_GUI_LIB -DQT_…
I’m developing a GUI using Qt. I can embed a Root canvas into a Qt widget, but now I’d like to embed also the editor tab into a Qt widget, to be able to dock it in the Qt main window. Is this feasible? I’d need some guidance to understand where to start. Thanks.
Hi, is there any plan/schedule for a port of QtRoot to Qt5?
Thanks.
Dear All
I would like to build ROOT with QT. First of all I read that in order to have the qtroot classes someone can just build root with --enable-qt option when configure.
The root I set like:
git clone root.cern.ch/git/root.git root_all
git checkout -t origin/v5-34-00-patches
./configure --all
I am trying to do so but I always get
Checking for Qt/qglobal.h … no
when configure so I don’t see enabled support for QT. The root compiles correctly though…
I have installed QT 5.2 from the w…
Hi,
We are having problems with one of out Qt applications (running native Qt event loop) which
also displays ROOT histograms in ROOT canvas. In some cases it generates loads of messages
with X11 errors, like:
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 55 (X_CreateGC)
Resource id: 0x0
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 55 (X_CreateGC)
Resource id: 0x0
X Error: BadGC (invalid GC parameter) 13
Major opcode: 60 (X…