DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / quick / qquicktextedit / data / CursorRect.qml
12345678
import QtQuick 2.0 TextEdit { focus: true objectName: "myEdit" width: 50 text: "This is a long piece of text" }