blob: 974041b04a4cd0c2528dc71350c2489bcb176043 [file] [log] [blame]
import QtQuick 2.0
TextInput {
focus: true
text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
selectByMouse: true
}