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