Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquicktextedit / data / mouseselection_false_words.qml
1 import QtQuick 2.0
2
3 TextEdit {
4     focus: true
5     text: "0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ"
6     selectByMouse: false
7     mouseSelectionMode: TextEdit.SelectWords
8 }