blob: f7c658b61838667d60ac86eb97bd4ea7efb890e8 [file] [log] [blame]
import QtQuick 2.0
TextInput {
focus: true
text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
selectByMouse: true
mouseSelectionMode: TextInput.SelectCharacters
}