In Qt WebKit you can call QWebFrame.renderTreeDump() to see the render tree. For images in html
<img src=...>
you get something like:
RenderImage {IMG} at (0,0) size 174x71
However, there is no render information for images loaded from ccs (backgrounds etc). Is there a way to access these? I d also like to be get the urls of loaded images too.
Thanks