PDA

View Full Version : How to set Proxy settings in Qt



Qt Coder
6th August 2009, 07:43
I m using 4.4.3


I m using QMapControl in my application which retreives map images from google map site,but due to proxy setting ,it doesnt display map images.


How to turn off firewall in Qt using proxy setting.

yogeshgokul
6th August 2009, 07:52
Call this function to set proxy.

MapNetwork::setProxy(QString host, int port);