Doc: Update info about sidebar views and output panes

Add icons for toolbar buttons.

Task-number: QTCREATORBUG-26278
Change-Id: I92f34775142ebba0489944f90fb956494d0a3174
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2021-11-11 17:53:35 +01:00
parent d325db3eb2
commit 1e9e61e4bf
4 changed files with 17 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -35,13 +35,8 @@
\image qtcreator-open-documents-view.png "Open Documents view"
You can use the context menu to apply some of the functions also available
in the \uicontrol File menu
\if defined(qtcreator)
.
\else
and in the \l {File System Context Menu} {File System} view to the file
that is selected in the view.
\endif
in the \uicontrol File menu and in the \l {File System Context Menu}
{File System} view to the file that is selected in the view.
In addition, you can:

View File

@@ -293,6 +293,7 @@
style.
\endif
You can use \QC in the following modes:
\list
@@ -487,8 +488,8 @@
The pane filters out irrelevant output from the build tools and presents the
issues in an organized way. To further filter the output by type, select
\uicontrol {Filter Tree}
and then select a filter.
\inlineimage filtericon.png
(\uicontrol {Filter Tree}) and then select a filter.
\image qtcreator-issues.png "Issues output pane"
@@ -550,9 +551,10 @@
To specify settings for displaying application output, select
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
\uicontrol {Application Output}, or click the \uicontrol {Open Settings Page}
button. You can select whether to open the \uicontrol{Application Output} pane
on output when running or debugging applications, to clear old output on a new run,
\uicontrol {Application Output}, or click the \inlineimage settings.png
(\uicontrol {Open Settings Page}) button. You can select whether to open
the \uicontrol{Application Output} pane on output when running or debugging
applications, to clear old output on a new run,
to word-wrap output, and to limit output to the specified number of lines.
\section1 Compile Output
@@ -575,8 +577,8 @@
In the \uicontrol {Limit output to} field, you can specify the maximum
amount of build output lines to display in the pane.
You can also reach the options page by clicking the \uicontrol {Open Settings Page}
button.
You can also reach the options page by clicking \inlineimage settings.png
(\uicontrol {Open Settings Page}).
To copy the output from the pane to the clipboard, select
\uicontrol {Select All} in the context menu, and then select

View File

@@ -97,12 +97,14 @@
\list
\li To see a complete list of all bindings, select
\uicontrol {Filter Tree} > \uicontrol {Show All Bindings}.
\inlineimage filtericon.png
(\uicontrol {Filter Tree}) > \uicontrol {Show All Bindings}.
\li To sort types or symbols alphabetically, select
\inlineimage sort_alphabetically.png
(\uicontrol {Sort Alphabetically}).
\li To stop the synchronization with the type or symbol selected in the
editor, deselect \uicontrol {Synchronize with Editor}.
editor, deselect \inlineimage linkicon.png
(\uicontrol {Synchronize with Editor}).
\endlist
\section1 Viewing the Class Hierarchy
@@ -144,5 +146,6 @@
\image qtcreator-include-hierarchy-view.png "Include Hierarchy view"
To keep the view synchronized with the file currently opened in the editor,
select \uicontrol {Synchronize with Editor}.
select \inlineimage linkicon.png
(\uicontrol {Synchronize with Editor}).
*/