tags:

views:

129

answers:

1

I'm loading content into QWebPage, using load() method. But my loadStarted(), loadFinished() and loadProgress() handlers are calling several times. How can I detect that page is loaded completely with all it's content?

+1  A: 

What page are you loading? Could it be that the page re-directs?

e8johan
It's happening on almost any page. E.g. on google.com
cleg