aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data/mouseselectionmode_words.qml
blob: df69a7d042ec5225578548b8340576e65c9136f7 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.1

TextInput {
    focus: true
    text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    selectByMouse: true
    mouseSelectionMode: TextInput.SelectWords
}