aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickspinbox_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-12-02 14:58:52 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-12-02 17:37:57 +0000
commit2a2a58a061bef4360708b8dcfda31a959b01ba66 (patch)
tree882dbae20b6ee4cac1acbdef58052843e4b022d8 /src/quicktemplates2/qquickspinbox_p.h
parent0a37852dd814159d901791b9ea7f59a6dd21837c (diff)
Add QQuickSpinBox::valueModified()
Another name candidate was valueEdited(), but it was left available in case we want to have the respective signal for text editing in the future. [ChangeLog][Controls][SpinBox] Added a valueModified() signal that is emitted whenever the value of a spin box has been interactively modified by the user by using either touch, mouse, wheel, or keys. Task-number: QTBUG-57203 Change-Id: I705c7e63d23235f51d401abf27f3458f8a5b0589 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickspinbox_p.h')
-rw-r--r--src/quicktemplates2/qquickspinbox_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickspinbox_p.h b/src/quicktemplates2/qquickspinbox_p.h
index c3cd7ca8..e240c49c 100644
--- a/src/quicktemplates2/qquickspinbox_p.h
+++ b/src/quicktemplates2/qquickspinbox_p.h
@@ -122,6 +122,7 @@ Q_SIGNALS:
void validatorChanged();
void textFromValueChanged();
void valueFromTextChanged();
+ Q_REVISION(2) void valueModified();
Q_REVISION(2) void inputMethodHintsChanged();
Q_REVISION(2) void inputMethodComposingChanged();