import QtQuick 2.0

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