diff --git a/doc/images/qtcreator-application-output.png b/doc/images/qtcreator-application-output.png index f0b1886418a..1064dd3a6d9 100644 Binary files a/doc/images/qtcreator-application-output.png and b/doc/images/qtcreator-application-output.png differ diff --git a/doc/src/projects/creator-projects-running.qdoc b/doc/src/projects/creator-projects-running.qdoc index d76a24c1403..875946bb50c 100644 --- a/doc/src/projects/creator-projects-running.qdoc +++ b/doc/src/projects/creator-projects-running.qdoc @@ -61,6 +61,17 @@ \endlist + The \uicontrol {Application Output} pane displays the status of the + application while it is running. You can select the \uicontrol Run button + in the pane to re-run applications without building them first. This is + useful when developing Qt Quick applications, because the QML files are + interpreted at runtime. Therefore, the application does not need to be + built again if you edited only QML files. This saves time especially if + the application contains large image files that would need to be bundled + into the resource file before running the application. + + \image qtcreator-application-output.png + For more information on the options you have, see \l{Specifying Run Settings}.