aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/mouseselection_default.qml
blob: 22a9871306fa7cabee0a09f442ad4ef8daf4d94f (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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