PDA

View Full Version : Render a QWebEnginePage from one non gui to gui application



bibhukalyana
20th February 2018, 11:22
Hi Everyone,

I want to render a html page(may be QWebEnginePage) from a not ui application to a UI application over EGL/GL.

Can any one give me some hints or sample example link to do it ?

Thanks,
Bibhu.

wysota
25th February 2018, 09:04
Qt has two platform plugins that might help - vnc (doesn't use OpenGL) and webgl, that allows to stream an application to a web browser. Other than that, you can use some more or less standard protocol or roll out your own.