DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / 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" }