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

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