summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/process-status
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-05-03 15:51:50 +0200
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-05-21 15:52:04 +0200
commitebaed4bedeaf34a3ceab9259f359a66a15706945 (patch)
treef1f4241cf22cac76ccaeb7e726d078f1442e6334 /examples/applicationmanager/process-status
parentd31417abcae352fc76ffdc338ed6f5cb41985a69 (diff)
[docs] Some more review of Application Manager's examples
Task-number: AUTOSUITE-927 Change-Id: Ibeffd5f70e00f5ad06d917029bd2901388e84ff9 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/process-status')
-rw-r--r--examples/applicationmanager/process-status/doc/src/process-status-example.qdoc34
1 files changed, 21 insertions, 13 deletions
diff --git a/examples/applicationmanager/process-status/doc/src/process-status-example.qdoc b/examples/applicationmanager/process-status/doc/src/process-status-example.qdoc
index 78986d54..69d02cd7 100644
--- a/examples/applicationmanager/process-status/doc/src/process-status-example.qdoc
+++ b/examples/applicationmanager/process-status/doc/src/process-status-example.qdoc
@@ -29,26 +29,34 @@
/*!
\example applicationmanager/process-status
-\title Displaying Information About Application Processes
+\title Display Information about Application Processes
\image process-status-example.png
\brief How to use ProcessStatus to display application process information.
\ingroup applicationmanager-examples
-This example shows you how to use the \l ProcessStatus component to display information
-about an application's process.
+\section1 Introduction
-This example is based on the simpler \l {"Hello World!" System-UI Example} {Hello World} one. You might
-want to start from there if you haven't seen it already.
+This example shows you how to use the \l ProcessStatus component to display information about
+an application's process. It is based on the simpler
+\l{"Hello World!" System UI Example}{Hello World}.
-On the left side the built-in applications are listed in a column, where each application has a row containing
-its icon and name next to a tabbed view that shows information about the application's process (in case the
-application is actually running).
+\b Prerequisites: You're already familiar with the concepts and topics introduced in the
+ \l {"Hello World!" System UI Example}.
-On the right side of the System-UI the windows of the running applications are stacked in a column, in order of
-appearance (oldest window at the top and youngest at the bottom).
+On the left, the built-in applications are listed in a column, where each application has a row
+that contains its icon and name, next to a tabbed view that shows information about the
+application's process (if the application is running).
-There are three applications available, a red one called "CPU Hog" which consumes a lot of CPU, a green one
-called "Memory Hog" that continually increases its memory consumption (so don't leave it running for too long
-as it will eat up all available RAM eventually) and a blue one called "Slim", which behaves normally.
+On the right of the System UI, the windows of the running applications are stacked in a column, in
+order of appearance: oldest window on top; youngest at the bottom.
+
+There are three applications available:
+
+\list
+ \li "CPU Hog" - a red application that consumes a lot of CPU
+ \li "Memory Hog" - a green application that continually increases its memory consumption;
+ don't leave it running for too long, it eats up all available RAM eventually.
+ \li "Slim" - a blue application that behaves normally.
+\endlist
*/