summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/mouseselection_true.qml
blob: 90383b94189ef33ca3fc0c0cf5c8e0d04ff1f205 (plain)
1
2
3
4
5
6
7
import Qt 4.7

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