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

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