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

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