import QtQuick 2.0

TextInput {
    focus: true
    text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    selectByMouse: true
    mouseSelectionMode: TextInput.SelectWords
}
