From ac9ea89eaf42af5fb3e5e0fcbff0f1b98707617f Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Tue, 8 Mar 2016 13:12:36 +0100 Subject: 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 --- src/controls/SpinBox.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/controls/SpinBox.qml') 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. */ -- cgit v1.2.1