I am trying to us Qt to access a website and download updates, the problem is that one install base is using a Microsoft ISA proxy server which requires authentication.
Qt gives me a function to supply a username and password: http://doc.trolltech.com/4.5/qnetworkaccessmanager.html#proxyAuthenticationRequired
However other applications do this without asking the user for details. How do I achieve this?