Bug 29879

Summary: [Qt] Add setProxy() to QWebView
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: WebKit QtAssignee: 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   

Description Tor Arne Vestbø 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.
Comment 1 Simon Hausmann 2009-11-18 00:36:55 PST
This is possible using webView->page()->networkAccessManager()->setProxy().