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