aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-13 13:53:27 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-04-13 14:39:25 +0200
commitf26c029a68eb946ecc337ee41e33d8ce81e7ca18 (patch)
tree722f0586fff7631cf7a62b89c342cc981401d7ee /doc
parent17be75b9cffd74047b4de74e3844d2f58f12781f (diff)
Doc: update screen shots
Change-Id: Ib987a9861b7494f889be299b01abbac84a6b82a8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qmldesigner-screen-design.pngbin88159 -> 83910 bytes
-rw-r--r--doc/images/qmldesigner-states.pngbin5479 -> 8149 bytes
-rw-r--r--doc/src/qtquick/qtquick-screens.qdoc5
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/images/qmldesigner-screen-design.png b/doc/images/qmldesigner-screen-design.png
index e72e49f8cb..fc18f060bd 100644
--- a/doc/images/qmldesigner-screen-design.png
+++ b/doc/images/qmldesigner-screen-design.png
Binary files differ
diff --git a/doc/images/qmldesigner-states.png b/doc/images/qmldesigner-states.png
index 1cbd979b16..7d96ea42be 100644
--- a/doc/images/qmldesigner-states.png
+++ b/doc/images/qmldesigner-states.png
Binary files differ
diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc
index 01069bc6ee..af986b89c6 100644
--- a/doc/src/qtquick/qtquick-screens.qdoc
+++ b/doc/src/qtquick/qtquick-screens.qdoc
@@ -165,7 +165,8 @@
\list 1
- \o In the base state, add all elements you will need in the application.
+ \o In the base state, add all elements you will need in the
+ application (1).
While you work on one screen, you can click the
\inlineimage qmldesigner-show-hide-icon.png
icon to hide elements on the canvas that are not part of a screen.
@@ -173,7 +174,7 @@
\o In the \gui States pane, click the empty slot to create a new state
and give it a name. For example, \c Normal.
- \o In the \gui Properties pane, deselect the \gui Visibility check box
+ \o In the \gui Properties pane (2), deselect the \gui Visibility check box
or set \gui Opacity to 0 for each element that is not needed in this
view. If you specify the setting for the parent element, all child
elements inherit it and are also hidden.