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