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

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