summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-06-06 15:22:10 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-06-07 08:26:41 +0000
commita9505587c0899d62ff330c4a5eeccd931b64acb3 (patch)
tree57267eabdb275153292b187a76512c05797024cf /doc/elements-systemui.qdoc
parent41f3b2a1706ee35d0fbe0ddb09606ff038b38d21 (diff)
downloadqtapplicationmanager-a9505587c0899d62ff330c4a5eeccd931b64acb3.tar.gz
Doc cleanup and consistent spelling
Change-Id: I433e61e4c58e3f7fe20ffc5545f3e1decd630bd4 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index 4aed30bd..40e4492b 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -46,14 +46,22 @@ elements, thereby creating a parent-child relationship between the two elements.
\li WindowManager - The window model and controller.
\li NotificationManager - The notification model, which handles freedesktop.org compliant
notification requests.
+\omit
\li SystemMonitor - The system monitoring model, giving access to a range of measurements, e.g.
cpu-load, frames-per-second, etc.
+\endomit
\li ApplicationIPCManager - Central registry for interfaces for system-UI-to-app communication.
\endlist
\section1 Basic QML Elements
+
+All these elements 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 \l Notification - Abstraction for freedesktop.org Notifications on the client side.
+ \li ApplicationInterfaceExtension - Client side access to IPC interface extensions.
\endlist
*/