aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/embeddedImagesLocalRelative.qml
blob: 8de7364d08add7de50d453eff6ed3fcb84039d12 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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