summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-05-06 15:32:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-07 07:51:42 +0200
commitfbd18c8b1fbda00e865bed33839c2c5ab26f8de2 (patch)
treedaff474fbe3a9e24e8bb3a1228a745ab2505d1c8 /src
parentdad6794dbf6caa932329718418a06e24f29af850 (diff)
Doc: correct for compliancy with Writing Guidelines
Task-number: QTBUG-30318 Change-Id: If3916f3250f202a5da4b1f8034ecfba984367af3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/controls/Button.qml1
-rw-r--r--src/controls/CheckBox.qml1
-rw-r--r--src/controls/ComboBox.qml1
-rw-r--r--src/controls/GroupBox.qml1
-rw-r--r--src/controls/Label.qml1
-rw-r--r--src/controls/Menu.qml1
-rw-r--r--src/controls/MenuBar.qml1
-rw-r--r--src/controls/ProgressBar.qml1
-rw-r--r--src/controls/RadioButton.qml1
-rw-r--r--src/controls/Slider.qml1
-rw-r--r--src/controls/SpinBox.qml1
-rw-r--r--src/controls/SplitView.qml1
-rw-r--r--src/controls/StackView.qml1
-rw-r--r--src/controls/StackViewDelegate.qml1
-rw-r--r--src/controls/Tab.qml1
-rw-r--r--src/controls/TabView.qml1
-rw-r--r--src/controls/TableView.qml1
-rw-r--r--src/controls/TableViewColumn.qml1
-rw-r--r--src/controls/TextArea.qml1
-rw-r--r--src/controls/TextField.qml1
20 files changed, 20 insertions, 0 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml
index ccf1973bd..742696c6a 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype Button
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief A push button with a text label.
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml
index 8b3ce5eaa..46f9068d2 100644
--- a/src/controls/CheckBox.qml
+++ b/src/controls/CheckBox.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype CheckBox
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief A checkbox with a text label.
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 110e3db1a..366ed78f2 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype ComboBox
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief Provides a drop-down list functionality.
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 4f1c0fd0e..52be7dc58 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Styles 1.0
/*!
\qmltype GroupBox
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief GroupBox provides a group box frame with a title.
diff --git a/src/controls/Label.qml b/src/controls/Label.qml
index db6de97f4..c4ce0ded8 100644
--- a/src/controls/Label.qml
+++ b/src/controls/Label.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
/*!
\qmltype Label
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief A text label.
diff --git a/src/controls/Menu.qml b/src/controls/Menu.qml
index a65f76e36..35fe21bb2 100644
--- a/src/controls/Menu.qml
+++ b/src/controls/Menu.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype Menu
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup menus
\brief Provides a menu component for use in menu bars, as context menu,
and other popup menus.
diff --git a/src/controls/MenuBar.qml b/src/controls/MenuBar.qml
index 80662c851..95d215c00 100644
--- a/src/controls/MenuBar.qml
+++ b/src/controls/MenuBar.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype MenuBar
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup menus
\brief Provides a horizontal menu bar.
diff --git a/src/controls/ProgressBar.qml b/src/controls/ProgressBar.qml
index b379bb8ba..db476b7d1 100644
--- a/src/controls/ProgressBar.qml
+++ b/src/controls/ProgressBar.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype ProgressBar
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief A progress indicator.
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml
index e31739345..7fb4decda 100644
--- a/src/controls/RadioButton.qml
+++ b/src/controls/RadioButton.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype RadioButton
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief A radio button with a text label.
diff --git a/src/controls/Slider.qml b/src/controls/Slider.qml
index 3cc511198..b7bdd7be6 100644
--- a/src/controls/Slider.qml
+++ b/src/controls/Slider.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype Slider
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief Provides a vertical or horizontal slider control.
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml
index c9736748c..6d366dc3a 100644
--- a/src/controls/SpinBox.qml
+++ b/src/controls/SpinBox.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype SpinBox
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief Provides a spin box control.
diff --git a/src/controls/SplitView.qml b/src/controls/SplitView.qml
index 2c64e4194..b26abc0db 100644
--- a/src/controls/SplitView.qml
+++ b/src/controls/SplitView.qml
@@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0 as Private
/*!
\qmltype SplitView
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup views
\brief Lays out items with a draggable splitter between each item.
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 75d280565..c7b2366f2 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -48,6 +48,7 @@ import "Private/StackView.js" as JSArray
\inherits Item
\ingroup views
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\brief Provides a stack-based navigation model.
diff --git a/src/controls/StackViewDelegate.qml b/src/controls/StackViewDelegate.qml
index 0a3f25608..0e2499655 100644
--- a/src/controls/StackViewDelegate.qml
+++ b/src/controls/StackViewDelegate.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
/*!
\qmltype StackViewDelegate
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\brief A delegate used by StackView for loading transitions.
diff --git a/src/controls/Tab.qml b/src/controls/Tab.qml
index 5f1eacfa8..0f88e2388 100644
--- a/src/controls/Tab.qml
+++ b/src/controls/Tab.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
/*!
\qmltype Tab
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup viewaddons
\brief Tab represents the content of a tab in a TabView.
diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml
index 456f4ba78..6bcaab75c 100644
--- a/src/controls/TabView.qml
+++ b/src/controls/TabView.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype TabView
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup views
\brief A control that allows the user to select one of multiple stacked items.
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 0917158f8..b4e67cd63 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype TableView
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup views
\brief Provides a list view with scroll bars, styling and header sections.
diff --git a/src/controls/TableViewColumn.qml b/src/controls/TableViewColumn.qml
index fe83561ee..919f30de4 100644
--- a/src/controls/TableViewColumn.qml
+++ b/src/controls/TableViewColumn.qml
@@ -43,6 +43,7 @@ import QtQuick 2.1
/*!
\qmltype TableViewColumn
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup viewitems
\brief Used to define columns in a \l TableView.
*/
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml
index d28f65569..a818779a3 100644
--- a/src/controls/TextArea.qml
+++ b/src/controls/TextArea.qml
@@ -44,6 +44,7 @@ import QtQuick.Controls.Private 1.0
/*!
\qmltype TextArea
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief Displays multiple lines of editable formatted text.
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 7ce75ee96..a8c7ee1b3 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -46,6 +46,7 @@ import "Styles"
/*!
\qmltype TextField
\inqmlmodule QtQuick.Controls 1.0
+ \since QtQuick.Controls 1.0
\ingroup controls
\brief Displays a single line of editable plain text.