summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data/mouseselection_false_words.qml
blob: eea83ed03547a3eae9bf09e496cdbea79b8b0a6b (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

TextInput {
    focus: true
    text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    selectByMouse: false
}