I got some html page that I embedded as a resource file into my application. I can use setHTML
to display it in a webkit in my application, but what if I wanted to include some image in that html?
Is there any simple way to access embedded images from Qt WebKit or do I have to copy the file somewhere to filesystem and dynamically update its URL in html source code?