DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / quick / qquicktextinput / data / persistentSelection.qml
12345678
import QtQuick 2.0 TextInput { property string selected: selectedText text: "Hello World!" focus: true }