Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Browser
Forum Updated to NodeBB v4.3 + New Features

Browser

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 617 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    satyanarayana143
    wrote on 7 Nov 2018, 09:05 last edited by
    #1

    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.

    J 1 Reply Last reply 7 Nov 2018, 09:28
    1
    • S satyanarayana143
      7 Nov 2018, 09:05

      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.

      J Offline
      J Offline
      JonB
      wrote on 7 Nov 2018, 09:28 last edited by JonB 11 Jul 2018, 09:29
      #2

      @satyanarayana143
      QWebEngine runs the Chromium code in a separate process (something like QWebEngineProc). It takes a bit of time & CPU usage. I have not found it excessive.

      S 1 Reply Last reply 7 Nov 2018, 09:30
      2
      • J JonB
        7 Nov 2018, 09:28

        @satyanarayana143
        QWebEngine runs the Chromium code in a separate process (something like QWebEngineProc). It takes a bit of time & CPU usage. I have not found it excessive.

        S Offline
        S Offline
        satyanarayana143
        wrote on 7 Nov 2018, 09:30 last edited by
        #3

        @JonB

        how to solve that issue

        J 1 Reply Last reply 7 Nov 2018, 09:31
        0
        • S satyanarayana143
          7 Nov 2018, 09:30

          @JonB

          how to solve that issue

          J Offline
          J Offline
          JonB
          wrote on 7 Nov 2018, 09:31 last edited by JonB 11 Jul 2018, 09:39
          #4

          @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.

          1 Reply Last reply
          2

          3/4

          7 Nov 2018, 09:30

          • Login

          • Login or register to search.
          3 out of 4
          • First post
            3/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved