aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/data/mouseselection_old_default.qml
blob: 42ab4931ea48fe53260b2bd647372eed2ff9d186 (plain)
1
2
3
4
5
6
import QtQuick 2.0

TextInput {
    focus: true
    text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
}