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