How to save a whole page rendered in a QtWebView as an image?
Unsolved
QtWebEngine
-
I need to save a page loaded in a QtWebView as an image (preferably jpg or png).
I am interested in the whole contents of a page, not just the part which is currently visible and has to be scrolled to – from top to bottom (I assume I would have to set a width).
It would be great if the method would not require to show the QtWebView widget on screen.