Comment 21 for bug 1357548

Revision history for this message
Pat McGowan (pat-mcgowan) wrote : Re: [settings] Empty PIN/password/passphrase field appears to contain 4 characters

Here's the better way

                validator: RegExpValidator { regExp: /\d{4}/ }
                onTextChanged: confirmButton.enabled = acceptableInput