Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetextinput / data / mouseselectionmode_default.qml
1 import QtQuick 1.1
2
3 TextInput {
4     focus: true
5     text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
6     selectByMouse: true
7 }