Hi,
I can use QWebview to display a website. Is there a way to save the webpage as a html file?
thank you!
Hi,
I can use QWebview to display a website. Is there a way to save the webpage as a html file?
thank you!
QNetworkAccessManager or QWebFrame::toHtml() if you already have it displayed in a web view.
Hello,
Your suggestion works.
However, it turns out that only the html file is saved. The css files and images in the same folder won't be saved. Is there any way to copy them all?
thank you!
Bookmarks