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

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