import QtQuick 2.0
Text {
textFormat: Text.RichText
text: "<img src='exists.png'>"
baseUrl: "http/"
}