summaryrefslogtreecommitdiff
path: root/src/controls/qquickexclusivegroup.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-05-15 16:30:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-16 07:57:45 +0200
commitbb7ba4d62d3084c5448b9012e4a618c02395b087 (patch)
tree38f81e2b2cb8234e403dc1487f12bcf51ff75fb1 /src/controls/qquickexclusivegroup.cpp
parentcaaeec4755f07c0b12afce7340324d049a3d1d3d (diff)
downloadqtquickcontrols-bb7ba4d62d3084c5448b9012e4a618c02395b087.tar.gz
Improve top-level index page for documentation
- Adds Menus to the front page so that we can actually find essential types like Menu and Action. - Added a basic example for Action - I also added ExclusiveGroup to the Controls category to make it accessible. Change-Id: Ife980b786870d2bf07d709e024cb97396870e6c7 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/controls/qquickexclusivegroup.cpp')
-rw-r--r--src/controls/qquickexclusivegroup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/qquickexclusivegroup.cpp b/src/controls/qquickexclusivegroup.cpp
index e7ddb2d0..eecff416 100644
--- a/src/controls/qquickexclusivegroup.cpp
+++ b/src/controls/qquickexclusivegroup.cpp
@@ -66,6 +66,7 @@ static bool isChecked(const QObject *o)
/*!
\qmltype ExclusiveGroup
\instantiates QQuickExclusiveGroup
+ \ingroup controls
\inqmlmodule QtQuick.Controls 1.0
\brief ExclusiveGroup provides a way to declare several checkable controls as mutually exclusive.