PDA

View Full Version : QNetworkRequest Proxy



Ricardo_arg
12th April 2011, 18:06
is there is a way to setup QNetworkRequest with a proxy address? thx!

nightghost
12th April 2011, 18:16
Try QNetworkAccessManager::setProxy



Sets the proxy to be used in future requests to be proxy. This does not affect requests that have already been sent.

Ricardo_arg
12th April 2011, 19:50
void QNetworkProxyFactory::setUseSystemConfiguration ( bool enable )
i the fancy browser, the proxy is set like this, i ment using this line,, how exactly it set the proxy ?