import QtQuick 2.0

Text {
    textFormat: Text.RichText
    text: "<img src='" + serverBaseUrl + "/notexists.png'>"
}
