Threaded webkit rendering
-
wrote on 20 Apr 2013, 12:08 last edited by
Hi need to render a web page in a thread to avoid loose time in the main loop. I have tried with qwebpage rendering in a qimage in a thread but it's seems it's not possible. Is there any way to render the html page in an offscreen buffer in a second thread ?
-
wrote on 17 May 2013, 07:31 last edited by
You can render it in offscreen buffer, but only from main thread! You can't create widgets in a thread...