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

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