summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-11-16 16:44:17 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-11-17 09:33:36 +0100
commit2cb9ad9c6d8617f8047fcf5baa3b8f373d895e8f (patch)
tree3fdfdfb1e9e3146561866f961caa7ee4e8d917bc
parent54d5059ec02f6dd20e2701d0f51865239b13f832 (diff)
downloadqt-creator-2cb9ad9c6d8617f8047fcf5baa3b8f373d895e8f.tar.gz
Doc: update images
Change-Id: Ic298b3fb77589373fe5d70c6b44d0e73d76a7ed9 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
-rw-r--r--doc/images/qml-inspector-pause.pngbin0 -> 724 bytes
-rw-r--r--doc/images/qml-inspector-play.pngbin0 -> 930 bytes
-rw-r--r--doc/images/qml-observer.pngbin181404 -> 0 bytes
-rw-r--r--doc/src/debugger/qtquick-debugging.qdoc16
4 files changed, 10 insertions, 6 deletions
diff --git a/doc/images/qml-inspector-pause.png b/doc/images/qml-inspector-pause.png
new file mode 100644
index 0000000000..1adcb39499
--- /dev/null
+++ b/doc/images/qml-inspector-pause.png
Binary files differ
diff --git a/doc/images/qml-inspector-play.png b/doc/images/qml-inspector-play.png
new file mode 100644
index 0000000000..83b71841bc
--- /dev/null
+++ b/doc/images/qml-inspector-play.png
Binary files differ
diff --git a/doc/images/qml-observer.png b/doc/images/qml-observer.png
deleted file mode 100644
index 70c7c26812..0000000000
--- a/doc/images/qml-observer.png
+++ /dev/null
Binary files differ
diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc
index 3023854df0..1feaede11c 100644
--- a/doc/src/debugger/qtquick-debugging.qdoc
+++ b/doc/src/debugger/qtquick-debugging.qdoc
@@ -192,12 +192,16 @@
\section1 Debugging Animations
- \image qml-observer.png
-
- To play and pause animations in the running application, select the
- \gui {Play/Pause Animations} button on the toolbar.
+ To play and pause animations in the running application, select
+ \inlineimage qml-inspector-play.png
+ and
+ \inlineimage qml-inspector-pause.png
+ on the toolbar.
- To change the speed at which animations are played, click and hold down the
- \gui {Play/Pause Animations} button on the toolbar to select a value.
+ To change the speed at which animations are played, click and hold down
+ \inlineimage qml-inspector-play.png
+ or
+ \inlineimage qml-inspector-pause.png
+ and select a value.
*/