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. Threaded webkit rendering
Forum Update on Monday, May 27th 2025

Threaded webkit rendering

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 1.3k 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.
  • Q Offline
    Q Offline
    qtnext
    wrote on 20 Apr 2013, 12:08 last edited by
    #1

    Hi need to render a web page in a thread to avoid loose time in the main loop. I have tried with qwebpage rendering in a qimage in a thread but it's seems it's not possible. Is there any way to render the html page in an offscreen buffer in a second thread ?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on 17 May 2013, 07:31 last edited by
      #2

      You can render it in offscreen buffer, but only from main thread! You can't create widgets in a thread...

      God is Real unless explicitly declared as Integer.

      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