QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktextedit / data / mouseselection_false.qml
1 import QtQuick 2.0
2
3 TextEdit {
4     focus: true
5     text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
6     selectByMouse: false
7 }