aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/mouseselectionmode_characters.qml
blob: 5784e1960b5fd6466bcebf9022c104c239819dac (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.1

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