Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetextedit / data / mouseselection_true_readonly.qml
1 import QtQuick 1.0
2
3 TextEdit {
4     focus: true
5     text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
6     selectByMouse: true
7     readOnly: true
8 }