Both QWebFrame and QWebPage have void loadFinished(bool ok) signal which can be used to detect when a web page is completely loaded.
The problem is when a web page has some content loaded asynchronously (ajax).
How to know when the page is completely loaded in this case?