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

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