[PyQt] Laucnh a JavaScript after and not before the loading of a page in QWebView

Phil Thompson phil at riverbankcomputing.com
Fri Dec 11 21:54:38 GMT 2009


On Fri, 11 Dec 2009 19:43:08 +0100 (CET), <projetmbc at club-internet.fr>
wrote:
> Hello,
> in the following code the JavaScript is launched before the loading of
the
> HTML page.
> 
> Is there a way to call a JavaScript only when the whole page is loaded in
> the QWebView ?

The QWebView.loadFinished() signal?

Phil


More information about the PyQt mailing list