aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtext/data/embeddedImagesRemote.qml
blob: e524d028b57e57d2ab558aec12347b67ffaf8041 (plain)
1
2
3
4
5
import QtQuick 2.0

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