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

TextEdit {
    property string selected: selectedText

    text: "Hello World!"
    focus: true
}