I got html reply from website using qNetworkAccessManager. while I want to take advantage of the webkit to parse the html element but I do not want to take more time and bandwidth to load more things like css or js or imgs. I saw the method setHtml() or setContent from QWebView or QWebFrame both load external resources async. Is there a method to load html without external resources that can parse the HTML element? Thanks!
↧