Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Is QtWebKit hardware accelerated?

Is QtWebKit hardware accelerated?

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 2 Posters 2.6k 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.
  • T Offline
    T Offline
    trusktr
    wrote on last edited by
    #1

    For example, Google Chrome uses webkit, and I know that HTML in modern browsers generally is not hardware accelerated unless you use special CSS3 tricks or WebGL.

    Is this also the case with QtWebKit? Or is QtWebKit different from normal browsers and hardware accelerated?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      beowulf
      wrote on last edited by
      #2

      Normally browsers like Google Chrome has several people working on it, and sure enough they implement techniques to hardware acceleration.

      The QtWebKit library is only included in Qt WebKit, no changes (I think), where you can make various settings, even create a browser like Google Chrome, but I believe that by default it does not have anything to speed up the hardware, but it has a setting that helps performance.

      @setAttribute (QWebSettings::AutoLoadImages, true);@

      You can also interact with the browser's DOM of the page, using Javascript to make pages, pages of settings, bookmarks page such as "chrome://bookmarks", and more.

      ;)

      -- 0x00

      1 Reply Last reply
      0
      • T Offline
        T Offline
        trusktr
        wrote on last edited by
        #3

        That's very cool. Thanks. I guess it could be beneficial if you mix web views into your native app. This might be convenient if you already have web views made and are making a new native app, but I'm starting from scratch so I will stick to 100% native.

        1 Reply Last reply
        0

        • Login

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