Doc: QML/JS console is now an output pane

The console is available in all modes.

Change-Id: Iae6d656b255f2836a96b71bcbc9a6e2bbdffbcfc
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
Leena Miettinen
2013-03-05 10:02:14 +01:00
parent c3f907416f
commit 210e54bfde
3 changed files with 17 additions and 8 deletions

View File

@@ -153,16 +153,12 @@
\section1 Executing JavaScript Expressions
When the application is interrupted by a breakpoint, you can use the
\gui {Console} to execute JavaScript expressions in the current
context. To open it, choose \gui {Window > Views > Console}.
\gui {QML/JS Console} to execute JavaScript expressions in the current
context. To open it, choose \gui Window > \gui {Output Panes} > \gui {QML/JS Console}.
\image qml-script-console.png "Console view"
\image qml-script-console.png "QML/JS Console"
You can type JavaScript expressions and use them to get information about
the state or your application. You can change property values temporarily,
without editing the source, and view the results in the running application.
You can change the property values permanently in the code editor.
For more information about using the console, see \l{QML/JS Console}.
\section1 Applying QML Changes at Runtime