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

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