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