Bug 29879
Summary: | [Qt] Add setProxy() to QWebView | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Enhancement | CC: | hausmann |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | OS X 10.5 |
Tor Arne Vestbø
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
This is possible using webView->page()->networkAccessManager()->setProxy().