aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/mouseselection_true_readonly.qml
blob: 959e683721ca691740a57b4005341860185744fb (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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