summaryrefslogtreecommitdiffstats
path: root/src/controls/TextField.qml
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-15 10:43:35 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 12:51:26 +0100
commit6c734a234e7460108c99c2485ac1f80d8a112f29 (patch)
tree3627272ff22bc0d221e8c304ad411489ec5efe7c /src/controls/TextField.qml
parentb756900bb236190cc23f8cade2bf7440e5235ba4 (diff)
Doc: Append handler names to \qmlsignal documentation
Change-Id: I5e06bdf03ba1ba8e5fe7669f690420dc9a039129 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/controls/TextField.qml')
-rw-r--r--src/controls/TextField.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 3d11fc2e7..7217caa21 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -401,6 +401,8 @@ Control {
Note that if there is a \l validator or \l inputMask set on the text
field, the signal will only be emitted if the input is in an acceptable
state.
+
+ The corresponding handler is \c onAccepted.
*/
signal accepted()
@@ -413,6 +415,8 @@ Control {
inputMask set on the text field and enter/return is pressed, this
signal will only be emitted if the input follows
the inputMask and the validator returns an acceptable state.
+
+ The corresponding handler is \c onEditingFinished.
*/
signal editingFinished()