[Qt-interest] How to know when a web page is loaded when using QtWebKit?
Piotr Dobrogost
pd at news.qt.dobrogost.pl
Thu Aug 20 10:15:12 CEST 2009
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?
--
Piotr Dobrogost
"Break C++ and the major implementations of Java and C# would also
break" - Bjarne Stroustrup
More information about the Qt-interest-old
mailing list