It is possible to load an external javascript file from the html using QWebView?
In the following QtProject (all files in the same directory) there is javascript cod
Actually you can. You just need to add file:// at the begining of your src.
file:///home/js/somejs.js