summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data/maxLength.qml
blob: c3d59941ad8ae3f0eab1be9b0235c20d2f0535b2 (plain)
1
2
3
4
5
6
7
import Qt 4.7

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