I am working on an application that make use of QNetworkProxy. I want to know is, how can I include support for Socks4 type proxy in my application, as Qt only supports NoProxy, DefaultProxy, Socks5Proxy, HttpProxy, HttpCachingProxy and FtpCachingProxy. I have already added support for NoProxy, DefaultProxy, Socks5Proxy and HttpProxy using Qt but don't know how to include Socks4proxy support. So can anyone help me in adding Socks4proxy support in my application using only Qt.
Thanks in advance.