[Qt-jambi-interest] Multiple instances of QWebView

Eskil Abrahamsen Blomfeldt eskil.abrahamsen-blomfeldt at nokia.com
Fri Dec 4 15:50:05 CET 2009


ext Serg_HD skrev:
> Good day,
> How I can use QWebView with method load() in threads?
>   

QWebView is a QWidget, and can thus only be used from the GUI thread. 
You should be able to use QWebPage instead.

-- Eskil





More information about the Qt-jambi-interest mailing list