Please fill also the fields below. Note that root -b -q will tell you this info, and starting from 6.28/06 upwards, you can call .forum bug from the ROOT prompt to pre-populate a topic.
ROOT Version: 6.28 Platform: windows 10 Compiler: visual C++
Old method of embeding ROOT canvas in QWindow no longer working on Mac and Windows platforms.
It is still possible to use it on X11-based platforms like Linux.
The only portable solution for now - using new TWebCanvas. tutorials/webgui/qtweb shows how it can be done.
auto where = ROOT::RWebDisplayArgs::GetQt5EmbedQualifier(this, “noopenui”, QT_VERSION);
with visual c++, No member named ‘RWebDisplayArgs’ in namespace ‘ROOT’.
I have include “ROOT/RWebDisplayArgs.hxx”.
where may be not right?