blob: 067b6d72da16526df0d1a16bb9a17323eb6a893d [file] [log] [blame]
import QtQuick 2.0
TextEdit {
textFormat: TextEdit.RichText
text: "<img src='http/notexists.png'>"
}