Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Threaded webkit rendering

    Qt WebKit
    2
    2
    1089
    Loading More Posts
    • 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
      qtnext last edited by

      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 Reply Quote 0
      • A
        AcerExtensa last edited by

        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 Reply Quote 0
        • First post
          Last post