diff options
author | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2012-04-20 16:59:05 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2012-04-20 17:08:28 +0200 |
commit | d8a5c91843b41ddd9732fafabd452f2e55eeb0c8 (patch) | |
tree | 16ada9f834f1a81101fde2bdee1e3a748c2ca685 | |
parent | 9ad4df1382b861ded0c64af623a83292b48bc9ef (diff) | |
download | qt-creator-d8a5c91843b41ddd9732fafabd452f2e55eeb0c8.tar.gz |
Doc: update screenshots
Change-Id: I1bec92a7020add337b63c4f5f23fd6c28965b100
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
-rw-r--r-- | doc/images/qml-observer-buttons.png | bin | 1263 -> 0 bytes | |||
-rw-r--r-- | doc/images/qml-profiler-javascript.png | bin | 8223 -> 7038 bytes | |||
-rw-r--r-- | doc/images/qtcreator-analyze-menu.png | bin | 4852 -> 4239 bytes | |||
-rw-r--r-- | doc/images/qtcreator-analyze-start-button.png | bin | 920 -> 728 bytes | |||
-rw-r--r-- | doc/images/qtcreator-analyzer-bindings.png | bin | 22441 -> 34612 bytes | |||
-rw-r--r-- | doc/images/qtcreator-analyzer-button.png | bin | 847 -> 677 bytes | |||
-rw-r--r-- | doc/images/qtcreator-analyzer-stop-button.png | bin | 616 -> 0 bytes | |||
-rw-r--r-- | doc/images/qtcreator-qml-performance-monitor-toolbar.png | bin | 3236 -> 0 bytes | |||
-rw-r--r-- | doc/images/qtcreator-qml-performance-monitor.png | bin | 15433 -> 18422 bytes | |||
-rw-r--r-- | doc/src/analyze/qtquick-profiler.qdoc | 17 |
10 files changed, 10 insertions, 7 deletions
diff --git a/doc/images/qml-observer-buttons.png b/doc/images/qml-observer-buttons.png Binary files differdeleted file mode 100644 index 919ff10991..0000000000 --- a/doc/images/qml-observer-buttons.png +++ /dev/null diff --git a/doc/images/qml-profiler-javascript.png b/doc/images/qml-profiler-javascript.png Binary files differindex 65c281ba7f..b731eb5290 100644 --- a/doc/images/qml-profiler-javascript.png +++ b/doc/images/qml-profiler-javascript.png diff --git a/doc/images/qtcreator-analyze-menu.png b/doc/images/qtcreator-analyze-menu.png Binary files differindex 04b289dcf7..3f90fa541d 100644 --- a/doc/images/qtcreator-analyze-menu.png +++ b/doc/images/qtcreator-analyze-menu.png diff --git a/doc/images/qtcreator-analyze-start-button.png b/doc/images/qtcreator-analyze-start-button.png Binary files differindex a3c2c1553b..3c4ace726c 100644 --- a/doc/images/qtcreator-analyze-start-button.png +++ b/doc/images/qtcreator-analyze-start-button.png diff --git a/doc/images/qtcreator-analyzer-bindings.png b/doc/images/qtcreator-analyzer-bindings.png Binary files differindex e4d3d18538..e9ce84b2bb 100644 --- a/doc/images/qtcreator-analyzer-bindings.png +++ b/doc/images/qtcreator-analyzer-bindings.png diff --git a/doc/images/qtcreator-analyzer-button.png b/doc/images/qtcreator-analyzer-button.png Binary files differindex 07d5efecb2..1ba7ada5f2 100644 --- a/doc/images/qtcreator-analyzer-button.png +++ b/doc/images/qtcreator-analyzer-button.png diff --git a/doc/images/qtcreator-analyzer-stop-button.png b/doc/images/qtcreator-analyzer-stop-button.png Binary files differdeleted file mode 100644 index 883b151a1b..0000000000 --- a/doc/images/qtcreator-analyzer-stop-button.png +++ /dev/null diff --git a/doc/images/qtcreator-qml-performance-monitor-toolbar.png b/doc/images/qtcreator-qml-performance-monitor-toolbar.png Binary files differdeleted file mode 100644 index 4126eebffb..0000000000 --- a/doc/images/qtcreator-qml-performance-monitor-toolbar.png +++ /dev/null diff --git a/doc/images/qtcreator-qml-performance-monitor.png b/doc/images/qtcreator-qml-performance-monitor.png Binary files differindex 44e056812c..6cd007d8e5 100644 --- a/doc/images/qtcreator-qml-performance-monitor.png +++ b/doc/images/qtcreator-qml-performance-monitor.png diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc index 782ea3062c..3ab3efd986 100644 --- a/doc/src/analyze/qtquick-profiler.qdoc +++ b/doc/src/analyze/qtquick-profiler.qdoc @@ -50,21 +50,24 @@ \o Select \gui {Analyze > QML Profiler} to profile the current application. - \o Select the \gui Start button (1) to start the application from the + \o Select the + \inlineimage qtcreator-analyze-start-button.png + (\gui Start) button to start the application from the QML Profiler. - \image qtcreator-qml-performance-monitor-toolbar.png "QML Profiler toolbar" - \note If data collection does not start automatically, select the - \gui {Enable Profiling} button (3). + \inlineimage qtcreator-analyzer-button.png + (\gui {Enable Profiling}) button. \endlist When you start analyzing an application, the application is launched, and the QML Profiler immediately begins to collect data. This is indicated by - the time running in the \gui Elapsed field (4). + the time running in the \gui Elapsed field. - Data is collected until you select the \gui Stop button (2). Data collection + Data is collected until you select the + \inlineimage qtcreator-debug-button-stop.png + (\gui Stop) button. Data collection takes time, and therefore, there might be a delay before the data is displayed. @@ -73,7 +76,7 @@ The application continues to run for some seconds, after which it is stopped automatically. If you exit the application, the data is not sent. - Select the \gui {Disable Profiling} button (3) to disable the automatic + Select the \gui {Disable Profiling} button to disable the automatic start of the data collection when an application is launched. Data collection starts when you select the button again. |