summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-08-19 11:21:09 +0200
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-09-19 13:23:23 +0000
commit9af7c5163a1a45736033a5279665c423879506be (patch)
tree7c1d41e97ed11725e8d68e6fa9c521df8781b0bf /doc/elements-systemui.qdoc
parentd0789c078a218698097e565978c7183d1af3d54c (diff)
downloadqtapplicationmanager-9af7c5163a1a45736033a5279665c423879506be.tar.gz
Doc: Various documentation fixes and improvements
- Add QML Types into the offline table-of-contents - Fix offline landing page - Language, linking edits - Fix terminology (QML element -> type/item) - Write \brief statements for the command-line tools and list them in a table - Update occurrences of 'info.json' to 'info.yaml' Change-Id: I78e4c02d0f6f2c0852f36cfe814a2d1c44e79dba Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index 40e4492b..5b9c343b 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -27,17 +27,17 @@
/*!
-\page qml-elements-sysui.html
-\title QML elements System-UI
-\brief A listing of standard QML elements used in the System-UI.
+\page qml-sysui.html
+\title System-UI QML Types
+\brief A listing of standard QML types used in the System-UI.
-These are the functionally grouped lists of QML elements as part of \c
+These are the functionally grouped lists of QML types as part of \c
QtApplicationManager.
-QML Singletons need not to be declared, but can be referenced by just their element name.
+Singleton QML types need not be declared, they are referenced by just their type name.
-Basic QML Elements are declared with the their name and two curly braces. Elements may be nested in
-elements, thereby creating a parent-child relationship between the two elements.
+Instantiable QML types are declared with the their name followed by curly braces. These
+declarations may be nested, creating parent-child relationships between the items.
\section1 QML Singletons
\list
@@ -53,13 +53,13 @@ elements, thereby creating a parent-child relationship between the two elements.
\li ApplicationIPCManager - Central registry for interfaces for system-UI-to-app communication.
\endlist
-\section1 Basic QML Elements
+\section1 Instantiable QML Types
-All these elements work the same way within the System-UI, as they would within a single-process
+All these types work the same way within the System-UI, as they would within a single-process
application. Depending on your System-UI design, this can be very helpful at times.
\list
- \li ApplicationManagerWindow - The window element that is required in a multi-process environment.
+ \li ApplicationManagerWindow - The window root item required in a multi-process environment.
\li \l Notification - Abstraction for freedesktop.org Notifications on the client side.
\li ApplicationInterfaceExtension - Client side access to IPC interface extensions.
\endlist