aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktextinput/data/persistentSelection.qml
blob: dea6e48b08df401bfa1f4a6c2f7c6dde1b1d15a3 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

TextInput {
    property string selected: selectedText

    text: "Hello World!"
    focus: true
}