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

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