aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcombobox.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-30 16:59:05 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-30 16:55:05 +0000
commit44dd55be23138f0a6495b08818acaaa0ff68b086 (patch)
tree61a9579d7bc9fd4d344502826908559e5a3d049e /src/quicktemplates2/qquickcombobox.cpp
parent3b36c4e466077cb1e0c6764e14e8041f21ca237a (diff)
Doc: add the Qt version to "\since QtQuick.Controls 2.x"
Change-Id: Ia7f237cb580bf9c332ff4741569a57fef4eb6079 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickcombobox.cpp')
-rw-r--r--src/quicktemplates2/qquickcombobox.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/quicktemplates2/qquickcombobox.cpp b/src/quicktemplates2/qquickcombobox.cpp
index fcf90000..04ab559f 100644
--- a/src/quicktemplates2/qquickcombobox.cpp
+++ b/src/quicktemplates2/qquickcombobox.cpp
@@ -159,7 +159,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlsignal void QtQuick.Controls::ComboBox::accepted()
This signal is emitted when the \uicontrol Return or \uicontrol Enter key is pressed
@@ -748,7 +748,7 @@ QQmlInstanceModel *QQuickComboBox::delegateModel() const
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty bool QtQuick.Controls::ComboBox::editable
This property holds whether the combo box is editable.
@@ -797,7 +797,7 @@ void QQuickComboBox::setEditable(bool editable)
}
/*!
- \since QtQuick.Controls 2.1
+ \since QtQuick.Controls 2.1 (Qt 5.8)
\qmlproperty bool QtQuick.Controls::ComboBox::flat
This property holds whether the combo box button is flat.
@@ -827,7 +827,7 @@ void QQuickComboBox::setFlat(bool flat)
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty bool QtQuick.Controls::ComboBox::down
This property holds whether the combo box button is visually down.
@@ -995,7 +995,7 @@ void QQuickComboBox::resetDisplayText()
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty string QtQuick.Controls::ComboBox::editText
This property holds the text in the text field of an editable combo box.
@@ -1161,7 +1161,7 @@ void QQuickComboBox::setPopup(QQuickPopup *popup)
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty Validator QtQuick.Controls::ComboBox::validator
This property holds an input text validator for an editable combo box.
@@ -1210,7 +1210,7 @@ void QQuickComboBox::setValidator(QValidator *validator)
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty flags QtQuick.Controls::ComboBox::inputMethodHints
Provides hints to the input method about the expected content of the combo box and how it
@@ -1237,7 +1237,7 @@ void QQuickComboBox::setInputMethodHints(Qt::InputMethodHints hints)
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty bool QtQuick.Controls::ComboBox::inputMethodComposing
\readonly
@@ -1254,7 +1254,7 @@ bool QQuickComboBox::isInputMethodComposing() const
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlproperty bool QtQuick.Controls::ComboBox::acceptableInput
\readonly
@@ -1349,7 +1349,7 @@ void QQuickComboBox::decrementCurrentIndex()
}
/*!
- \since QtQuick.Controls 2.2
+ \since QtQuick.Controls 2.2 (Qt 5.9)
\qmlmethod void QtQuick.Controls::ComboBox::selectAll()
Selects all the text in the editable text field of the combo box.