1 2 3 4 5 6 7 8
import QtQuick 1.0 TextEdit { focus: true objectName: "myEdit" width: 50 text: "This is a long piece of text" }