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

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