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

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