summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-04-22 16:53:29 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-04-23 14:07:52 +0000
commit6836a2349de3a8bfb385811dba47af43c24562c1 (patch)
tree84bd1a720f0b475b916114f628a94e86ca5ab656 /doc/elements-systemui.qdoc
parentdda7ddc8b69490ae6b2c7e544a8e2b091eedadb5 (diff)
downloadqtapplicationmanager-6836a2349de3a8bfb385811dba47af43c24562c1.tar.gz
Removed the verbose QML namespaces from the docs, since qdoc 5.7 does not need it
Change-Id: Icab9fe39adcf628df4ef635846cdad9392e1bb79 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc29
1 files changed, 13 insertions, 16 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index d41478ea..826dee53 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -30,12 +30,13 @@
****************************************************************************/
/*!
- \page qml-elements-sysui.html
- \title QML elements System-UI
- \brief A listing of standard QML elements used in the System-UI.
+
+\page qml-elements-sysui.html
+\title QML elements System-UI
+\brief A listing of standard QML elements used in the System-UI.
These are the functionally grouped lists of QML elements as part of \c
-io.qt.ApplicationManager.
+QtApplicationManager.
QML Singletons need not to be declared, but can be referenced by just their element name.
@@ -44,22 +45,18 @@ elements, thereby creating a parent-child relationship between the two elements.
\section1 QML Singletons
\list
-\li \l {io.qt.ApplicationManager::ApplicationManager}{ApplicationManager}
- The application model and controller
-\li \l {io.qt.ApplicationManager::ApplicationInstaller}{ApplicationInstaller}
- The package installation/removal/update part of the application-manager.
-\li \l {io.qt.ApplicationManager::WindowManager}{WindowManager}
- The window model and controller
-\li \l {io.qt.ApplicationManager::NotificationManager}{NotificationManager}
- The notification model, which receives freedesktop.org compliant notification requests
-\li \l {io.qt.ApplicationManager::SystemMonitor}{SystemMonitor}
- The system monitoring model, giving access to a range of measurements, e.g. cpu-load, FPS, etc.
+ \li ApplicationManager - The application model and controller.
+ \li ApplicationInstaller - The package installation/removal/update part of the application-manager.
+ \li WindowManager - The window model and controller.
+ \li NotificationManager - The notification model, which handles freedesktop.org compliant
+ notification requests.
+ \li SystemMonitor - The system monitoring model, giving access to a range of measurements, e.g.
+ cpu-load, frames-per-second, etc.
\endlist
\section1 Basic QML Elements
\list
-\li \l {io.qt.ApplicationManager::ApplicationManagerWindow}{ApplicationManagerWindow}
- The window element that is required in a multi-process environment.
+ \li ApplicationManagerWindow - The window element that is required in a multi-process environment.
\endlist
*/