summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ComboBox.qml')
-rw-r--r--src/controls/ComboBox.qml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 3463470f..d0940772 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -289,11 +289,12 @@ Control {
\qmlsignal ComboBox::activated(int index)
\since QtQuick.Controls 1.1
- \a index is the triggered model index or -1 if a new string is accepted
-
This signal is similar to currentIndex changed, but will only
- be emitted if the combo box index was changed by the user and not
- when set programatically.
+ be emitted if the combo box index was changed by the user, not
+ when set programmatically.
+
+ \a index is the activated model index, or \c -1 if a new string is
+ accepted.
The corresponding handler is \c onActivated.
*/