import QtQuick 1.0 TextInput{ focus: true objectName: "myInput" width: 50 text: "This is a long piece of text" }