aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-14 16:16:10 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-15 14:45:33 +0000
commit3fc2c58ff6864ac1b7b6d6979f13bfc4249cde8f (patch)
treec802ba01eb2c64a509f8efabb3f95f2c878bcd4c /src/templates
parent8d85150408593ceaee4c0b6d83705da77c7534a2 (diff)
Docs: Buttons group
Change-Id: I2945a3c367244ec0b92cc8f2ba84a7b052d9a514 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/qquickbutton.cpp4
-rw-r--r--src/templates/qquickcheckbox.cpp4
-rw-r--r--src/templates/qquickradiobutton.cpp4
-rw-r--r--src/templates/qquickswitch.cpp4
-rw-r--r--src/templates/qquicktoolbutton.cpp4
5 files changed, 10 insertions, 10 deletions
diff --git a/src/templates/qquickbutton.cpp b/src/templates/qquickbutton.cpp
index 77638dfe..12234358 100644
--- a/src/templates/qquickbutton.cpp
+++ b/src/templates/qquickbutton.cpp
@@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE
\inherits AbstractButton
\instantiates QQuickButton
\inqmlmodule Qt.labs.controls
- \ingroup buttons
+ \ingroup qtlabscontrols-buttons
\brief A button control.
\image qtlabscontrols-button.gif
@@ -78,7 +78,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \sa {Customizing Button}
+ \sa {Customizing Button}, Buttons
*/
class QQuickButtonPrivate : public QQuickAbstractButtonPrivate
diff --git a/src/templates/qquickcheckbox.cpp b/src/templates/qquickcheckbox.cpp
index 2f70be3e..029cc168 100644
--- a/src/templates/qquickcheckbox.cpp
+++ b/src/templates/qquickcheckbox.cpp
@@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE
\inherits AbstractButton
\instantiates QQuickCheckBox
\inqmlmodule Qt.labs.controls
- \ingroup buttons
+ \ingroup qtlabscontrols-buttons
\brief A check box control.
CheckBox presents an option button that can be toggled on (checked) or
@@ -78,7 +78,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \sa {Customizing CheckBox}
+ \sa {Customizing CheckBox}, Buttons
*/
class QQuickCheckBoxPrivate : public QQuickAbstractButtonPrivate
diff --git a/src/templates/qquickradiobutton.cpp b/src/templates/qquickradiobutton.cpp
index 758cd0fb..6d9efd6c 100644
--- a/src/templates/qquickradiobutton.cpp
+++ b/src/templates/qquickradiobutton.cpp
@@ -43,7 +43,7 @@ QT_BEGIN_NAMESPACE
\inherits AbstractButton
\instantiates QQuickRadioButton
\inqmlmodule Qt.labs.controls
- \ingroup buttons
+ \ingroup qtlabscontrols-buttons
\brief A radio button control.
RadioButton presents an option button that can be toggled on (checked) or
@@ -80,7 +80,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \sa ExclusiveGroup, {Customizing RadioButton}
+ \sa ExclusiveGroup, {Customizing RadioButton}, Buttons
*/
QQuickRadioButton::QQuickRadioButton(QQuickItem *parent) :
diff --git a/src/templates/qquickswitch.cpp b/src/templates/qquickswitch.cpp
index dc66f063..d259e6df 100644
--- a/src/templates/qquickswitch.cpp
+++ b/src/templates/qquickswitch.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
\inherits AbstractButton
\instantiates QQuickSwitch
\inqmlmodule Qt.labs.controls
- \ingroup buttons
+ \ingroup qtlabscontrols-buttons
\brief A switch control.
\image qtlabscontrols-switch.gif
@@ -77,7 +77,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \sa {Customizing Switch}
+ \sa {Customizing Switch}, Buttons
*/
class QQuickSwitchPrivate : public QQuickAbstractButtonPrivate
diff --git a/src/templates/qquicktoolbutton.cpp b/src/templates/qquicktoolbutton.cpp
index c1b7b9dd..3c25c0d7 100644
--- a/src/templates/qquicktoolbutton.cpp
+++ b/src/templates/qquicktoolbutton.cpp
@@ -43,7 +43,7 @@ QT_BEGIN_NAMESPACE
\inherits Button
\instantiates QQuickToolButton
\inqmlmodule Qt.labs.controls
- \ingroup buttons
+ \ingroup qtlabscontrols-buttons
\brief A tool button control.
ToolButton is functionally similar to \l Button, but provides a look that
@@ -70,7 +70,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \sa ToolBar, {Customizing ToolButton}
+ \sa ToolBar, {Customizing ToolButton}, Buttons
*/
QQuickToolButton::QQuickToolButton(QQuickItem *parent) :