Qtweb issues

Hi,

For some reasons WebGL is not working in your QWebEngine. This make impossible to use 3D graphics. Searching in internet, I found possible workaround here:

Can you try to export following shell variable before starting qtweb application:

export QTWEBENGINE_CHROMIUM_FLAGS=--ignore-gpu-blacklist

And if you are not interested in 3D graphics (like geometry viewer or lego plots),
one can provide qtweb application without these elements shown by default.