diff options
author | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2016-03-08 13:12:36 +0100 |
---|---|---|
committer | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2016-03-09 09:48:44 +0000 |
commit | ac9ea89eaf42af5fb3e5e0fcbff0f1b98707617f (patch) | |
tree | 28c0bbf626cd6a7015521650a9916606a431cc8a | |
parent | 8c10fbf9c7907171b4bb1c2b72d17e90a0e59981 (diff) | |
download | qtquickcontrols-ac9ea89eaf42af5fb3e5e0fcbff0f1b98707617f.tar.gz |
Doc: Remove text mentioning validator
At least it is not documented anywhere how to set
the validator for the SpinBox control.
Change-Id: I6d31608306298d601a0f91f6b14d71f6775a5792
Task-number: QTBUG-51723
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r-- | src/controls/SpinBox.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml index aa7ccb1c..09ac3f86 100644 --- a/src/controls/SpinBox.qml +++ b/src/controls/SpinBox.qml @@ -177,9 +177,7 @@ Control { \since QtQuick.Controls 1.1 This signal is emitted when the Return or Enter key is pressed or - the control loses focus. Note that if there is a validator - set on the control and enter/return is pressed, this signal will - only be emitted if the validator returns an acceptable state. + the control loses focus. The corresponding handler is \c onEditingFinished. */ |