Results 1 to 2 of 2

Thread: How to set Proxy settings in Qt

  1. #1
    Join Date
    Mar 2009
    Posts
    116
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default How to set Proxy settings in Qt

    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.

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to set Proxy settings in Qt

    Call this function to set proxy.
    Qt Code:
    1. MapNetwork::setProxy(QString host, int port);
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. Getting windows internet proxy settings
    By jdd81 in forum Qt Programming
    Replies: 2
    Last Post: 10th June 2009, 22:27
  2. Using windows proxy settings
    By schall_l in forum Qt Programming
    Replies: 0
    Last Post: 22nd October 2008, 15:05
  3. QWidget Settings advanced idea
    By MarkoSan in forum Qt Programming
    Replies: 9
    Last Post: 27th March 2008, 09:41
  4. QT Network Proxy Configuration
    By suresh in forum Qt Programming
    Replies: 7
    Last Post: 28th September 2007, 01:16
  5. QTcpSocket - Proxy problem
    By vishesh in forum Qt Programming
    Replies: 1
    Last Post: 26th September 2007, 23:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.