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

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