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

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