blob: af0950c9bacc9836e0f66d89f65e721723adaa37 [file] [log] [blame]
import QtQuick 2.0
TextEdit {
focus: true
objectName: "myInput"
width: 50
height: 25
font.pixelSize: 12
text: "This is\n a long piece of text"
}