aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktext/data/embeddedImagesRemoteRelative.qml
blob: cee19740f9b011779149eb8d5ba6bad6ad04635b (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:14453/text.html"
}