DEBSOURCES
Skip Quicknav
sources / qtquick1-opensource-src / 5.3.2-3 / tests / auto / declarative / qdeclarativetextedit / data / positionAt.qml
123456789
import QtQuick 1.0 TextEdit { focus: true objectName: "myInput" width: 50 height: 25 text: "This is\n a long piece of text" }