tags:

views:

136

answers:

0

Hi all,

I would like to know load finished event of newly injected html 'script' element from Qt. After that i want to call one method of that js file . I am working with Qt UI application. From main method i open the web page. In on_webView_loadFinished() slot , i write script injection first and after that invoke one method from the js file of newly created script element. But it doesn't work sequentially. Before finish loading of script file, method invoking occurs. That why the invoked method doesn't work properly.

Thanks.