aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/qquicktextfield/data/mouseselection_default.qml
blob: 2bcaf2abd45b9ca1eaa6c602bde59be83c22350e (plain)
1
2
3
4
5
6
7
import QtQuick.Controls

TextField {
    width: 400
    text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
}