aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextinput/data/mouseselectionmode_characters.qml
blob: 0ffc6ff22568261a4eac701e36bc62165c15adf6 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.1

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