summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtquick-example-script-console.pngbin78991 -> 79624 bytes
-rw-r--r--doc/src/debugger/qtquick-debugger-example.qdoc10
-rw-r--r--doc/src/debugger/qtquick-debugging.qdoc2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/images/qtquick-example-script-console.png b/doc/images/qtquick-example-script-console.png
index 30cd1371c2..37945678cd 100644
--- a/doc/images/qtquick-example-script-console.png
+++ b/doc/images/qtquick-example-script-console.png
Binary files differ
diff --git a/doc/src/debugger/qtquick-debugger-example.qdoc b/doc/src/debugger/qtquick-debugger-example.qdoc
index 28b2f3d820..0421385d27 100644
--- a/doc/src/debugger/qtquick-debugger-example.qdoc
+++ b/doc/src/debugger/qtquick-debugger-example.qdoc
@@ -83,8 +83,8 @@
\image qtquick-example-setting-breakpoint3.png
- \li To execute JavaScript commands in the current context, select the
- \gui {Console} tab.
+ \li To execute JavaScript commands in the current context, open the
+ \gui {QML/JS Console} output pane.
\li To change the score to 1000, enter \c{gameCanvas.score = 1000}
in the console.
@@ -108,14 +108,14 @@
\inlineimage qml-inspector-select-button.png
(\gui Select) to activate selection mode and then click the
\gui {Quit} button to move into the \gui ButtonLabel component
- in the \gui {Console} and the code editor.
-
- \image qtquick-example-property-values.png
+ in the \gui {QML/JS Console} and the code editor.
\li In the \gui {Locals and Expressions} view, double-click the value of
the \c text property to change it temporarily from \gui {Quit} to
\gui {End Game}.
+ \image qtquick-example-property-values.png
+
When you select an element, the cursor moves to it in the code
editor, where you can change the value permanently.
diff --git a/doc/src/debugger/qtquick-debugging.qdoc b/doc/src/debugger/qtquick-debugging.qdoc
index 7de3304aac..552de04cef 100644
--- a/doc/src/debugger/qtquick-debugging.qdoc
+++ b/doc/src/debugger/qtquick-debugging.qdoc
@@ -168,7 +168,7 @@
\inlineimage qml-observer-bar-reload.png "Apply Changes on Save button"
(\gui {Apply Changes on Save}) button on the toolbar.
- When you change property values in the \gui {Console} or in the
+ When you change property values in the \gui {QML/JS Console} or in the
\gui {Locals and Expressions} view, they are immediately updated in the running
application, but not in the source code.