aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/embeddedImagesLocal.qml
blob: 74b2ab817a8eb10351e434fe59b5e37a5fcbf064 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Text {
    textFormat: Text.RichText
    text: "<img src='http/exists.png'>"
}