may someone give an example of using properly QNetworkAccessManager::setProxy, i meant i primaly a java developer mostly 开发者_StackOverflow社区using HttpClient all the time. Thx!
Ricardo, in Qt source code directory go to "examples/declarative/cppextensions/networkaccessmanagerfactory" or go to http://qt.gitorious.org/qt/qt/trees/4.7/examples/declarative/cppextensions/networkaccessmanagerfactory. There is nothing complicated in that class method so you should be able to use it.
精彩评论