From 2cb9ad9c6d8617f8047fcf5baa3b8f373d895e8f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 16 Nov 2011 16:44:17 +0100 Subject: Doc: update images Change-Id: Ic298b3fb77589373fe5d70c6b44d0e73d76a7ed9 Reviewed-by: Kai Koehne --- doc/images/qml-inspector-pause.png | Bin 0 -> 724 bytes doc/images/qml-inspector-play.png | Bin 0 -> 930 bytes doc/images/qml-observer.png | Bin 181404 -> 0 bytes doc/src/debugger/qtquick-debugging.qdoc | 16 ++++++++++------ 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 doc/images/qml-inspector-pause.png create mode 100644 doc/images/qml-inspector-play.png delete mode 100644 doc/images/qml-observer.png diff --git a/doc/images/qml-inspector-pause.png b/doc/images/qml-inspector-pause.png new file mode 100644 index 0000000000..1adcb39499 Binary files /dev/null and b/doc/images/qml-inspector-pause.png differ diff --git a/doc/images/qml-inspector-play.png b/doc/images/qml-inspector-play.png new file mode 100644 index 0000000000..83b71841bc Binary files /dev/null and b/doc/images/qml-inspector-play.png differ diff --git a/doc/images/qml-observer.png b/doc/images/qml-observer.png deleted file mode 100644 index 70c7c26812..0000000000 Binary files a/doc/images/qml-observer.png and /dev/null 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. */ -- cgit v1.2.1