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 Update on Monday, May 27th 2025

Browser

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 580 Views
  • 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 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.

    JonBJ 1 Reply Last reply
    1
    • S satyanarayana143

      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.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #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
      2
      • JonBJ JonB

        @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 last edited by
        #3

        @JonB

        how to solve that issue

        JonBJ 1 Reply Last reply
        0
        • S satyanarayana143

          @JonB

          how to solve that issue

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #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

          • Login

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