Qt Creator 日本語化プロジェクトのgitリポジトリです。
git://labs.trolltech.com/creator をcloneして
ひとまず1.0.0-jpブランチを作成して作業していきます。
Revision | d8a5c91843b41ddd9732fafabd452f2e55eeb0c8 (tree) |
---|---|
Time | 2012-04-21 00:08:28 |
Author | Leena Miettinen <riitta-leena.miettinen@noki...> |
Commiter | Leena Miettinen |
Doc: update screenshots
Change-Id: I1bec92a7020add337b63c4f5f23fd6c28965b100
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
@@ -50,21 +50,24 @@ | ||
50 | 50 | \o Select \gui {Analyze > QML Profiler} to profile the current |
51 | 51 | application. |
52 | 52 | |
53 | - \o Select the \gui Start button (1) to start the application from the | |
53 | + \o Select the | |
54 | + \inlineimage qtcreator-analyze-start-button.png | |
55 | + (\gui Start) button to start the application from the | |
54 | 56 | QML Profiler. |
55 | 57 | |
56 | - \image qtcreator-qml-performance-monitor-toolbar.png "QML Profiler toolbar" | |
57 | - | |
58 | 58 | \note If data collection does not start automatically, select the |
59 | - \gui {Enable Profiling} button (3). | |
59 | + \inlineimage qtcreator-analyzer-button.png | |
60 | + (\gui {Enable Profiling}) button. | |
60 | 61 | |
61 | 62 | \endlist |
62 | 63 | |
63 | 64 | When you start analyzing an application, the application is launched, and |
64 | 65 | the QML Profiler immediately begins to collect data. This is indicated by |
65 | - the time running in the \gui Elapsed field (4). | |
66 | + the time running in the \gui Elapsed field. | |
66 | 67 | |
67 | - Data is collected until you select the \gui Stop button (2). Data collection | |
68 | + Data is collected until you select the | |
69 | + \inlineimage qtcreator-debug-button-stop.png | |
70 | + (\gui Stop) button. Data collection | |
68 | 71 | takes time, and therefore, there might be a delay |
69 | 72 | before the data is displayed. |
70 | 73 |
@@ -73,7 +76,7 @@ | ||
73 | 76 | The application continues to run for some seconds, after which it is stopped |
74 | 77 | automatically. If you exit the application, the data is not sent. |
75 | 78 | |
76 | - Select the \gui {Disable Profiling} button (3) to disable the automatic | |
79 | + Select the \gui {Disable Profiling} button to disable the automatic | |
77 | 80 | start of the data collection when an |
78 | 81 | application is launched. Data collection starts when you select the button |
79 | 82 | again. |