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. QWebPage or QWebFrame move to thread?
Qt 6.11 is out! See what's new in the release blog

QWebPage or QWebFrame move to thread?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.4k 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.
  • P Offline
    P Offline
    Peppy
    wrote on last edited by
    #1

    I know that UI classes and UI widgets can't be moved to thread. But QWebPage, even QWebFrame is in QObject, do you think, it's wise to move QWebPabe/QWebFrame to thread?

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

      I'm also with this problem. Is it very difficult to reimplement this with something like QFuture?

      QT project: https://github.com/brcontainer/qt-helper

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sl.sy.ifm
        wrote on last edited by
        #3

        I know that it doesn't work to move them to another thread (at least for rendering it in someway)
        ... probably there is something with QPixmap deep inside

        I gave up working on my hobby-project because I couldn't figure out a way to workaround this issue

        Thought, if someone finds a solution I would be interested in it ^^

        1 Reply Last reply
        0
        • B Offline
          B Offline
          brcontainer
          wrote on last edited by
          #4

          Great news for developers QT, we will soon have the Qt WebEngine (QT + blink):

          http://blog.qt.digia.com/blog/2013/09/12/introducing-the-qt-webengine/

          QT project: https://github.com/brcontainer/qt-helper

          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