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

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