Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Is there a method to load html without external resources?

$
0
0
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!

Viewing all articles
Browse latest Browse all 13965

Trending Articles