import QtQuick 2.0

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