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