aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data/maxLength.qml
blob: 95902bb687321c900c515edb294ff42ff9d82eb3 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

TextInput{
    focus: true
    objectName: "myInput"
    maximumLength: 10
}