Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
Description
Using a text element with an img tag does not load the image.
import Qt 4.6 Rectangle { width: 400; height: 400 Text { anchors.fill: parent text: "here's an image: <img src='http://qt.nokia.com/logo.png'>. Can you see it?" } }
also, images that do work (local files) are not resolved correctly (relative to CWD not component URL).
Attachments
Issue Links
- depends on
-
QTBUG-1026 It would be extremely useful if QTextDocument::addResource() would itself cause an update on the corresponding resource
- Closed