For one of my projects, I made a QWebView. Everything is working fine, but when I use it at school, I get an error because the proxy is not defined. How would I make it possible to auto detect the proxy, like in Firefox and IE?
I’ve found this in QNetworkProxyFactory:
setUseSystemConfiguration(bool enable)
But I can’t find how to use it.
Since
setUseSystemConfigurationis a static method, the following might do what you need: