Any Ideas here? It would also be interesting to know, how this kind of thing is handled for windows. Does QT use the system (i.e. IE) proxy settings?
Any Ideas here? It would also be interesting to know, how this kind of thing is handled for windows. Does QT use the system (i.e. IE) proxy settings?
For the record:
should do what I need. Does not work for Linux though (QT 4.6)Qt Code:
QNetworkProxyFactory::systemProxyForQuery()To copy to clipboard, switch view to plain text mode![]()
QNetworkProxyFactory::setUseSystemConfiguration() is probably closer unless you want to manually get a proxy setting each time you issue a request. As you say, it doesn't do anything useful on Linux, but it is trivial to have your program honour an environment variable if that is acceptable.
Bookmarks