aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquicktextedit/data/mouseselectionmode_characters.qml
blob: c1fe42fd573f65c42003657912ae3730f851d924 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

TextEdit {
    focus: true
    text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    selectByMouse: true
    mouseSelectionMode: TextEdit.SelectCharacters
}