summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2021-11-23 14:58:08 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2021-12-01 14:26:03 +0000
commit59762d2b675059d0ea9afcdf53a1437a8f655c44 (patch)
tree9079d62a1394ce3550029d1d1b35e371eeff68d7 /doc/elements-systemui.qdoc
parentd684c669a5001c8a9551b523aebbefa8bf99ff7c (diff)
downloadqtapplicationmanager-59762d2b675059d0ea9afcdf53a1437a8f655c44.tar.gz
Docs: 6.2 Release review
Removed notes related to minor Qt5 changes. Spelling and grammar correction. Utilized notes and warnings formatting in places for clarity. Updated the name of the online qdocconf file. Used grouping to create the important topics list. Removed qt 5 to qt 5 migration guides from important topics. Task-number: QTBUG-97120 Pick-to: 6.2 Change-Id: Ide5354e987c5175a08030cf32d78b38bae68e53e Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index 79ba7fe7..47344e41 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -31,7 +31,9 @@
\page qml-sysui.html
\title QtApplicationManager.SystemUI QML module
-\brief Qt Application Manager module for use in a System UI
+\ingroup qtappman
+\ingroup qtappman-highlights
+\brief Qt Application Manager module for use in a System UI.
The QtApplicationManager.SystemUI QML module contains the components and types to use in a
System UI.
@@ -41,7 +43,7 @@ Singleton QML types need not be declared, they are referenced by their type name
Instantiable QML types are declared with their name followed by curly braces. These
declarations may be nested, creating parent-child relationships between the items.
-Non-Instantiable QML types are return values provided to the System UI code, that allow the user
+QML types that cannot be instantiated are return values provided to the System UI code, that allow the user
direct access to data that would otherwise only be available (partially) through the singletons'
item models.