1 2 3 4 5 6 7
import QtQuick 1.0 TextEdit { focus: true text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" selectByMouse: false }