I am trying to learn qt webengine, I downloaded qt 5.6 and looked at example on how to display simple web page. But now I want to learn how to display an HTML page that's store locally. I've seen few example like this one: How do I display local HTML in QWebview?
And it seems it's for older WebKit ? In the example for qt it shows main.qml file which point to qt.io website.
How can I point that to my local HTML file? I've placed qrc:/HTML/index.html and when I run my program it says can't find page.
I placed my HTML file in HTML folder which is located in same directory where main.qml file located.
I am very new to qt, and I would appreciate any help I can get. Thanks