blob: 9263fa40c2015e072c346705ed385255b9060395 [file] [log] [blame]
import QtQuick 2.0
Text {
textFormat: Text.RichText
text: "<img src='" + serverBaseUrl + "/notexists.png'>"
}