Rename Qt Quick-specific classes to QQuick*
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquicktextinput / data / mouseselectionmode_words.qml
1 import QtQuick 2.0
2
3 TextInput {
4     focus: true
5     text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
6     selectByMouse: true
7     mouseSelectionMode: TextInput.SelectWords
8 }