It's in the docs.
I have done this with QWebPage.
The download link is currently unsupported for that. So you have to hadle it manually. There is a property, something like "handleunsupported***". You have to set it first.
Then there is a signal, "unsupportedoccd***". You have to connect it with your slot. in that you can easily get the URL.
Download it with HTTPE GET command.
For more details you can see
QtDemo->Demonstration->Browser Code.
-Have Fun
Bookmarks