aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-05-02 15:49:19 +0200
committerMitch Curtis <mitch.curtis@qt.io>2019-05-02 13:49:46 +0000
commit2da5559cc43a3d8bdf49f634ed8add4e929aaa03 (patch)
tree2db04d239e492a5f21a02266afa409f4fe3be767
parent5ca18a3f21083151b771f0efa2a2605f183c8166 (diff)
Doc: fix currentText link, add more \sa links
Change-Id: Ibde952a165c9e0fb40133ce554e90ba35c93feee Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/quicktemplates2/qquickcombobox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quicktemplates2/qquickcombobox.cpp b/src/quicktemplates2/qquickcombobox.cpp
index 328797b8..78ec7ef8 100644
--- a/src/quicktemplates2/qquickcombobox.cpp
+++ b/src/quicktemplates2/qquickcombobox.cpp
@@ -168,7 +168,7 @@ QT_BEGIN_NAMESPACE
This signal is emitted when the \uicontrol Return or \uicontrol Enter key is pressed
on an \l editable combo box. If the confirmed string is not currently in the model,
- the \l currentIndex will be set to \c -1 and the \c currentText will be updated
+ the \l currentIndex will be set to \c -1 and the \l currentText will be updated
accordingly.
\note If there is a \l validator set on the combo box, the signal will only be
@@ -923,7 +923,7 @@ void QQuickComboBox::setCurrentIndex(int index)
This property holds the text of the current item in the combo box.
- \sa currentIndex, displayText, textRole
+ \sa currentIndex, displayText, textRole, editText
*/
QString QQuickComboBox::currentText() const
{
@@ -1266,7 +1266,7 @@ void QQuickComboBox::setEditable(bool editable)
This property holds the text in the text field of an editable combo box.
- \sa editable
+ \sa editable, currentText, displayText
*/
QString QQuickComboBox::editText() const
{