summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-04-07 21:10:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-08 14:15:15 +0200
commit1ac885f99c15c2bf9859df483048bfa6b68b15f3 (patch)
tree179e145dfd0fa668a6b8a4c893112321e9fa8f5b
parent442f12e628e7ad7aeaaeef1c9fa3e3498cb851e0 (diff)
downloadqtquickcontrols-1ac885f99c15c2bf9859df483048bfa6b68b15f3.tar.gz
Docs: fix \since tags
Use Qt version only for \qmltype, and module import version for \qmlproperty, \qmlmethod and \qmlsignal. Change-Id: Ia5851b7b86a420f07ca335e0cf2ddf3df1f8c25a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/controls/SpinBox.qml4
-rw-r--r--src/controls/Styles/Base/ComboBoxStyle.qml2
-rw-r--r--src/controls/Styles/Base/TextFieldStyle.qml4
-rw-r--r--src/controls/TextArea.qml2
-rw-r--r--src/controls/TextField.qml2
5 files changed, 7 insertions, 7 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml
index c5281586..6a8a9548 100644
--- a/src/controls/SpinBox.qml
+++ b/src/controls/SpinBox.qml
@@ -141,7 +141,7 @@ Control {
property bool activeFocusOnPress: true
/*! \qmlproperty enumeration horizontalAlignment
- \since 5.2
+ \since QtQuick.Controls 1.1
This property indicates how the content is horizontally aligned
within the text field.
@@ -166,7 +166,7 @@ Control {
/*!
\qmlsignal SpinBox::editingFinished()
- \since 5.2
+ \since QtQuick.Controls 1.1
This signal is emitted when the Return or Enter key is pressed or
the control loses focus. Note that if there is a validator
diff --git a/src/controls/Styles/Base/ComboBoxStyle.qml b/src/controls/Styles/Base/ComboBoxStyle.qml
index 0891392d..824430ff 100644
--- a/src/controls/Styles/Base/ComboBoxStyle.qml
+++ b/src/controls/Styles/Base/ComboBoxStyle.qml
@@ -56,7 +56,7 @@ Style {
/*!
\qmlproperty enumeration renderType
- \since 5.3
+ \since QtQuick.Controls.Styles 1.2
Override the default rendering type for the control.
diff --git a/src/controls/Styles/Base/TextFieldStyle.qml b/src/controls/Styles/Base/TextFieldStyle.qml
index 7dee691d..80fa9c8e 100644
--- a/src/controls/Styles/Base/TextFieldStyle.qml
+++ b/src/controls/Styles/Base/TextFieldStyle.qml
@@ -93,7 +93,7 @@ Style {
/*!
\qmlproperty enumeration renderType
- \since 5.2
+ \since QtQuick.Controls.Styles 1.1
Override the default rendering type for the control.
@@ -108,7 +108,7 @@ Style {
property int renderType: Text.NativeRendering
/*! The placeholder text color, used when the text field is empty.
- \since 5.2
+ \since QtQuick.Controls.Styles 1.1
*/
property color placeholderTextColor: Qt.rgba(0, 0, 0, 0.5)
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml
index a8be977d..4b22dded 100644
--- a/src/controls/TextArea.qml
+++ b/src/controls/TextArea.qml
@@ -387,7 +387,7 @@ ScrollView {
/*!
\qmlsignal TextArea::linkHovered(string link)
- \since 5.2
+ \since QtQuick.Controls 1.1
This signal is emitted when the user hovers a link embedded in the text.
The link must be in rich text or HTML format and the
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 70ed7bac..501337a4 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -408,7 +408,7 @@ Control {
/*!
\qmlsignal TextField::editingFinished()
- \since 5.2
+ \since QtQuick.Controls 1.1
This signal is emitted when the Return or Enter key is pressed or
the text field loses focus. Note that if there is a validator or