Browser
-
wrote on 7 Nov 2018, 09:05 last edited by
Hi friends,
I want open chrome browser in Qwidget with Qwebengine . I am using Qwebengine but it is taking time to load and Qwebengine too much cpu usage can anybody give solution.
-
Hi friends,
I want open chrome browser in Qwidget with Qwebengine . I am using Qwebengine but it is taking time to load and Qwebengine too much cpu usage can anybody give solution.
wrote on 7 Nov 2018, 09:28 last edited by JonB 11 Jul 2018, 09:29@satyanarayana143
QWebEngine runs the Chromium code in a separate process (something likeQWebEngineProc
). It takes a bit of time & CPU usage. I have not found it excessive. -
@satyanarayana143
QWebEngine runs the Chromium code in a separate process (something likeQWebEngineProc
). It takes a bit of time & CPU usage. I have not found it excessive.wrote on 7 Nov 2018, 09:30 last edited byhow to solve that issue
-
how to solve that issue
wrote on 7 Nov 2018, 09:31 last edited by JonB 11 Jul 2018, 09:39@satyanarayana143
I don't see it as "an issue to be solved". It is what is. You may desire it to be "instantaneous", but it isn't as it has some work to do. Unless an expert knows better, you can't have something take no time just because you want it to.BTW, just how "long" & "excessive" is it? If you are displaying a page in it, what is in the page? How does it compare to starting Chrome on the page? If all you wanted to do was display some HTML
QTextEdit
might suffice for that, but that's obviously way different from a full-fledged browser.
3/4