qtwebengine slow resize
-
I'm using the newer qtwebengine for showing some HTML in my app.
(I'm actually using python-pyqtwebengine as the app is written in Python - however I don't think this has bearing on my issue).
When I resize the window I expect the web view to resize with the page, it does but is notably slower than the older web view component that has been removed from QT.
Is there a setting I can set to have the new qtwebengine perform like the older web view and be more reponsive to resizes etc?
Many thanks