Bug 29879 - [Qt] Add setProxy() to QWebView
Summary: [Qt] Add setProxy() to QWebView
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-29 07:58 PDT by Tor Arne Vestbø
Modified: 2009-11-18 00:36 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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().