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

Text {
    textFormat: Text.RichText
    text: "<img src='" + serverBaseUrl + "/exists.png'>"
}