RESOLVED WORKSFORME 29879
[Qt] Add setProxy() to QWebView
https://bugs.webkit.org/show_bug.cgi?id=29879
Summary [Qt] Add setProxy() to QWebView
Tor Arne Vestbø
Reported 2009-09-29 07:58:55 PDT
This bug report originated from issue QTBUG-1982 http://bugreports.qt.nokia.com/browse/QTBUG-1982 --- Description --- It would be nice to have a setProxy() function for the QWebView, so that it is possible to have a dedicated proxy for a given view.
Attachments
Simon Hausmann
Comment 1 2009-11-18 00:36:55 PST
This is possible using webView->page()->networkAccessManager()->setProxy().
Note You need to log in before you can comment on or make changes to this bug.