Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Offscreen rendering does not work with Qt 5.13 / 5.14

Offscreen rendering does not work with Qt 5.13 / 5.14

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 556 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.
  • M Offline
    M Offline
    MarkusK
    wrote on last edited by
    #1

    Hi,
    I'm working on an application which captures the contents of a QWebEngine and renderes it to a texture.
    The original window of the QWebEngineView is hidden with setAttribute(Qt::WA_DontShowOnScreen).

    We use this to map web content to 3D objects. This used to work fine with Qt 5.12. Starting with 5.13 it does not work anymore. I've tried to build now with several versions up to 5.14.1.

    As soon as the window is hidden, the webengine does not receive any updates. I can also reproduce this by not setting the WA_DontShowOnScreen flag and then just minimize the window at runtime. This also breaks update.
    So far I've not been able to find any workaround to get the updates back.

    Thanks for any help!

    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