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. QWebEngineView behaves odd when used inside a QDockWidget
Forum Updated to NodeBB v4.3 + New Features

QWebEngineView behaves odd when used inside a QDockWidget

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 643 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.
  • H Offline
    H Offline
    huxol
    wrote on 2 Jun 2016, 10:39 last edited by
    #1

    We have a central widget which does some heavy rendering using DirectX. I have tried to replace WebKit with the new WebEngine when I hit the following problem. There is a QDockWidget with a QWebEngineView inside that simply loads some web pages. As long as it remains undocked, everything works as expected. After docking it becomes really sluggish. Highlighting during MouseOver, inputting text, clicking links, everything gets slow. It seems that the QWebEngineView or the QDockWidget are not getting updated correctly. When I stop the rendering, or when I add a QTimer to the DockWidget which calls update() frequently, everything works as expected. Is there any way or place where I could start look what the actual problem is?

    1 Reply Last reply
    0

    1/1

    2 Jun 2016, 10:39

    • Login

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