The QWebPage class, part of the Qt framework, provides an object to view and edit web documents.
Both QWebFrame and QWebPage have void loadFinished(bool ok) signal which can be used to detect when a web page …