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