PDA

View Full Version : How to know when a web page is loaded when using QtWebKit?



piotr.dobrogost
20th August 2009, 09:18
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?