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