summaryrefslogtreecommitdiff
path: root/src/controls/Menu.qml
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/Menu.qml
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/Menu.qml')
-rw-r--r--src/controls/Menu.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/Menu.qml b/src/controls/Menu.qml
index 7d872b23..8b6a35b9 100644
--- a/src/controls/Menu.qml
+++ b/src/controls/Menu.qml
@@ -106,7 +106,7 @@ MenuPrivate {
/*! \internal
\omit
- Documented in qtmenu.cpp.
+ Documented in qqquickmenu.cpp.
\endomit
*/
function addMenu(title) {
@@ -115,7 +115,7 @@ MenuPrivate {
/*! \internal
\omit
- Documented in qtmenu.cpp.
+ Documented in qquickmenu.cpp.
\endomit
*/
function insertMenu(index, title) {