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

TextInput{
    focus: true
    objectName: "myInput"
    inputMask: "HHHHhhhh; "
}