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