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

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