I need to save a webpage using Qt WebKit, similar to "Save as full webpage".
Below are my requirements,
- Save the html index file that supports object encoding.
- You must download all related images and other resources.
- You must change the resource path on the html page to the local loaded path.
- You must maintain the current state of the web page.
I can use Qt and JavaScript for this.
Please provide me some material on this.
thanks
source share