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

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