aboutsummaryrefslogtreecommitdiff
path: root/examples/layout/multiplepolicies
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-23 11:41:35 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-23 11:42:50 +0300
commita2d03b8a0e8a654976ca548d78d167aa966887aa (patch)
tree35bcfc939e163cc45602ca2312da25d96e61e40a /examples/layout/multiplepolicies
parentafdd705385d6c5a434de3a76da8aaef0fafba38a (diff)
Changes: Documentation. Updated image of layout with multiple policies
RevBy: TrustMe
Diffstat (limited to 'examples/layout/multiplepolicies')
-rw-r--r--examples/layout/multiplepolicies/multiplepolicies.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/layout/multiplepolicies/multiplepolicies.dox b/examples/layout/multiplepolicies/multiplepolicies.dox
index eee932b6..88af26cb 100644
--- a/examples/layout/multiplepolicies/multiplepolicies.dox
+++ b/examples/layout/multiplepolicies/multiplepolicies.dox
@@ -1,12 +1,12 @@
/**
-\page layout-multiplepolicies DuiLayout With Multiple Policies Example
+\page layout-multiplepolicies MLayout With Multiple Policies Example
-Source code for a simple example of a DuiLayout with both a flow and a linear layout.
+Source code for a simple example of a MLayout with both a flow and a linear layout.
A vertical linear layout is used when the device is in landscape mode, and a flow layout
when the device in portrait mode. Some of the items are added to only one layout, and some
are added to both. Note that the layout hides and shows the items as required.
-\image html multiplepolicies.gif "Animation of device changing from landscape to portrait mode"
+\image html mlayout_multiplepolicies.jpg
\include examples/layout/multiplepolicies/multiplepolicies.cpp