diff options
Diffstat (limited to 'src/controls/TextField.qml')
| -rw-r--r-- | src/controls/TextField.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml index 1a430277e..eb9f8cb08 100644 --- a/src/controls/TextField.qml +++ b/src/controls/TextField.qml @@ -373,8 +373,8 @@ Control { an intermediate state. The accepted signal will only be sent if the text is in an acceptable state when enter is pressed. - Currently supported validators are \l{QtQuick2::IntValidator}, - \l{QtQuick2::DoubleValidator}, and \l{QtQuick2::RegExpValidator}. An + Currently supported validators are \l{QtQuick::}{IntValidator}, + \l{QtQuick::}{DoubleValidator}, and \l{QtQuick::}{RegExpValidator}. An example of using validators is shown below, which allows input of integers between 11 and 31 into the text input: |
