I have a Qt Widgets project that employs QWebEngineView to show a static HTML page. That page will show an image that needs to be "packed" with the Qt executable/installer. Can I use the QRC file to add an image and refer to it from the HTML file?
I (pathetically) tried to access the image using the "qrc:/image..." notation, but I understand perfectly that the QWebEngineView shows an embedded browser that have no relation to the project's resources. An alternative way?
For Qt 5.6 in main.cpp:
In html: