blob: cae3e63b72121cf69daf44cb07134d116e51e3a8 [file] [log] [blame]
import QtQuick 2.0
TextEdit {
focus: true
objectName: "myEdit"
width: 50
text: "This is a long piece of text"
}