blob: 18693d2bbbc1a6f3a4dd5384b23a2bb6adc2e728 [file] [log] [blame]
import QtQuick 2.0
Item {
width: 400
height: 400
Text {
id: myText
textFormat: Text.RichText
objectName: "myText"
}
}