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"
}