summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/mouseselection_true.qml
blob: d61da46f48e07b3bb78c53b015b733d67e0bfc42 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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