I\'ve bundled some HTML and PNGs in my Qt app\'s resources file (for the help system). Unfortunately I can\'t find a way for the HTML to display images. I\'ve tried various
Try your resource format as:
qrc:/resources/cat.png
instead of
:/resources/cat.png
we have .css files that use images in such a format within webview and it works fine