blob: edb47441075356f98afd2280966c9e20f73fe6e6 [file] [log] [blame]
import QtQuick 2.0
TextInput{
focus: true
objectName: "myInput"
width: 50
height: 100
text: "AAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}