iKeler
iKeler

Reputation: 73

How to setup proxy connection for each instance qwebview?

How to setup proxy connection for each instance qwebview?

I read the documentation, but i dont found info about that, i found how to set proxy for all application.

Can anyone helps me?Thanks.Sorry for my English.

Upvotes: 0

Views: 936

Answers (1)

alexisdm
alexisdm

Reputation: 29896

Each QWebView has its own QNetworkAccessManager (accessible through QWebView::page() and QWebPage::networkAccessManager()) which itself has the 2 methods setProxy and setProxyFactory.

Upvotes: 1

Related Questions