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?
Onur Ozcan
Posted a related solution proposal at:
Receiving multiple loadFinished signals for a requested web page
Basicly look for repaintRequested(QRect) signal of QWebPage.
来源:https://stackoverflow.com/questions/1879881/qwebpage-triggers-loadfinished-several-times