DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativetextedit / data / CursorRect.qml
12345678
import QtQuick 1.0 TextEdit { focus: true objectName: "myEdit" width: 50 text: "This is a long piece of text" }