How can i force QWebView into downloading the webpage and related content in a separate thread?
+1
A:
You cannot easily. You could implement your own QNetworkAccessManager (see createRequest()) that offloads the work to a QNetworkAccessManager in another thread.
What is your exact problem? Maybe it can be solved differently or a bug to Qt can be reported?
guruz
2010-10-14 11:10:59
A:
Why do you see a problem in having a QWebView loading content at the main thread? I mean, the main thread won't be locked at all if you do this.
You can have a hidden QWebView loading content and just when it has finished you show it.
Maybe you should describe your problem/idea a little bit more to help us help u.
tinsukE
2010-10-15 18:03:30