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

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