Hello,

I wrote a small web browser using pyqt + webkit. I would like to
modify the HTML after loading the page. I tried using :

webView.page().currentFrame().setHtml(html)

inside in the slot for SIGNAL("loadFinished(bool)") but the page results blank.

If I put the same command in another part of the code (for example
when pressing a button) it works fine!

Thanks in advance,

Hernan
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to