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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Each
QWebViewhas its ownQNetworkAccessManager(accessible throughQWebView::page()andQWebPage::networkAccessManager()) which itself has the 2 methodssetProxyandsetProxyFactory.