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