I am making a browser in qt and i wanted to know how to make it download/save files.
Thanks in advance.
I am making a browser in qt and i wanted to know how to make it download/save files.
Thanks in advance.
For a simple program which fetches files from a url string, look at the "HTTP Example"
You can use QNetworkAccessManager. With Qt Webkit Bridge.