Doc: Copy icons from sources to \doc\qtcreator\images\icons

- Fix the paths to them in .qdoc files
- Remove paths to source folders from .qdocconf files

This is the second step towards making the icons visible in both
dark and light online doc modes.

Task-number: QTCREATORBUG-26644
Change-Id: I6995ea716df78cf0f285175515d1466ee20e317b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2021-12-09 11:21:39 +01:00
parent 25df6b7c07
commit eae031df4a
77 changed files with 102 additions and 119 deletions

View File

@@ -15,21 +15,7 @@ ignorewords += \
headerdirs = headerdirs =
sourcedirs = ../src sourcedirs = ../src
imagedirs = ../images \ imagedirs = ../images
../../../src/libs/qmleditorwidgets/images \
../../../src/libs/utils/images \
../../../src/plugins/android/images \
../../../src/plugins/autotest/images \
../../../src/plugins/classview/images \
../../../src/plugins/coreplugin/images \
../../../src/plugins/debugger/images \
../../../src/plugins/diffeditor/images \
../../../src/plugins/help/images \
../../../src/plugins/projectexplorer/images \
../../../src/plugins/scxmleditor/common/images \
../../../src/plugins/texteditor/images \
../../../src/plugins/valgrind/images \
../../../src/plugins/welcome/images
exampledirs = ../examples exampledirs = ../examples
examples.fileextensions += *.qml *.svg examples.fileextensions += *.qml *.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

View File

@@ -79,7 +79,7 @@
\endlist \endlist
\note If data collection does not start automatically, select the \note If data collection does not start automatically, select the
\inlineimage recordfill.png \inlineimage icons/recordfill.png
(\uicontrol {Collect profile data}) button. (\uicontrol {Collect profile data}) button.
When you start analyzing an application, the application is launched, and When you start analyzing an application, the application is launched, and

View File

@@ -60,7 +60,7 @@
need to set them up separately. need to set them up separately.
In addition to running the tools to collect diagnostics, you can select In addition to running the tools to collect diagnostics, you can select
\inlineimage open.png \inlineimage icons/open.png
to load diagnostics from \l{https://yaml.org/}{YAML} files that you exported to load diagnostics from \l{https://yaml.org/}{YAML} files that you exported
using the \c {-export fixes} option. using the \c {-export fixes} option.
@@ -69,7 +69,7 @@
To run the Clang tools to analyze the currently open file: To run the Clang tools to analyze the currently open file:
\list \list
\li Select the \inlineimage debugger_singleinstructionmode.png \li Select the \inlineimage icons/debugger_singleinstructionmode.png
(\uicontrol {Analyze File}) button on the editor toolbar. (\uicontrol {Analyze File}) button on the editor toolbar.
\li Select \uicontrol Tools > \uicontrol {C++} > \li Select \uicontrol Tools > \uicontrol {C++} >
\uicontrol {Analyze Current File}. \uicontrol {Analyze Current File}.
@@ -116,7 +116,7 @@
particular project by selecting \uicontrol {Disable This Check} or particular project by selecting \uicontrol {Disable This Check} or
\uicontrol {Disable These Checks} in the context menu. \uicontrol {Disable These Checks} in the context menu.
Select the \inlineimage settings.png Select the \inlineimage icons/settings.png
button to customize Clang diagnostics for the current project. button to customize Clang diagnostics for the current project.
\image qtcreator-clang-tools-options-customized.png "Clang Tools customized settings" \image qtcreator-clang-tools-options-customized.png "Clang Tools customized settings"

View File

@@ -96,7 +96,7 @@
To reset the default zoom level, right-click the timeline to open the To reset the default zoom level, right-click the timeline to open the
context menu, and select \uicontrol {Reset Zoom}. context menu, and select \uicontrol {Reset Zoom}.
Select the \inlineimage filtericon.png Select the \inlineimage icons/filtericon.png
(\uicontrol {Restrict to Threads}) button (10) to select the threads to (\uicontrol {Restrict to Threads}) button (10) to select the threads to
show. show.

View File

@@ -64,7 +64,7 @@
\li Use the application to analyze it. \li Use the application to analyze it.
\li Select the \inlineimage stop_small.png "Stop button" \li Select the \inlineimage icons/stop_small.png "Stop button"
button to view the results of the analysis in the button to view the results of the analysis in the
\uicontrol {Analysis} view. \uicontrol {Analysis} view.
@@ -76,7 +76,7 @@
Click a line to view where a memory leak Click a line to view where a memory leak
occurred and a stack trace that shows what caused it. occurred and a stack trace that shows what caused it.
As an alternative to collecting data, you can select \inlineimage open.png As an alternative to collecting data, you can select \inlineimage icons/open.png
to load an external log file in XML format into the \uicontrol Memcheck to load an external log file in XML format into the \uicontrol Memcheck
view. view.
@@ -84,11 +84,11 @@
Move the mouse on a row to view more information about the function. Move the mouse on a row to view more information about the function.
To move between rows, select \inlineimage prev.png To move between rows, select \inlineimage icons/prev.png
or \inlineimage next.png or \inlineimage icons/next.png
. .
To filter the results, select \inlineimage filtericon.png To filter the results, select \inlineimage icons/filtericon.png
, and then select the types of issues to display in the view. You , and then select the types of issues to display in the view. You
can view and hide definite and possible memory leaks, uninitialized can view and hide definite and possible memory leaks, uninitialized
values, invalid calls to \c free(), and external errors. values, invalid calls to \c free(), and external errors.
@@ -223,7 +223,7 @@
\li Use the application to analyze it. \li Use the application to analyze it.
\li Select the \inlineimage stop_small.png "Stop button" \li Select the \inlineimage icons/stop_small.png "Stop button"
button to view the results of the analysis in the button to view the results of the analysis in the
\uicontrol Functions view. \uicontrol Functions view.
@@ -233,13 +233,13 @@
to speed up program execution during profiling by pausing event to speed up program execution during profiling by pausing event
logging. No events are counted while logging is paused. logging. No events are counted while logging is paused.
Select \inlineimage reload_gray.png Select \inlineimage icons/reload_gray.png
to reset all event counters. to reset all event counters.
Select \inlineimage clean_pane_small.png Select \inlineimage icons/clean_pane_small.png
to discard all collected data. to discard all collected data.
Select \inlineimage kcachegrind.png Select \inlineimage icons/kcachegrind.png
to view the data in KCachegrind. \QC launches KCachegrind to view the data in KCachegrind. \QC launches KCachegrind
and loads the data into it for visualization. and loads the data into it for visualization.
@@ -251,10 +251,11 @@
Select \uicontrol Views to show and hide views and view Select \uicontrol Views to show and hide views and view
titles. The \uicontrol Visualization view is hidden by titles. The \uicontrol Visualization view is hidden by
default. Select \inlineimage redo.png default. Select \inlineimage icons/redo.png
to refresh the data displayed in it when it is shown. to refresh the data displayed in it when it is shown.
As an alternative to collecting data, you can select \inlineimage open.png As an alternative to collecting data, you can select
\inlineimage icons/open.png
to load an external log file into the \uicontrol Callgrind views. to load an external log file into the \uicontrol Callgrind views.
\image qtcreator-valgrind-callgrind.png "Callgrind views" \image qtcreator-valgrind-callgrind.png "Callgrind views"
@@ -268,13 +269,13 @@
the \uicontrol Callers view and about the called functions in the the \uicontrol Callers view and about the called functions in the
\uicontrol Callees view. \uicontrol Callees view.
Select \inlineimage prev.png Select \inlineimage icons/prev.png
or \inlineimage next.png or \inlineimage icons/next.png
To move between functions in the \uicontrol Callee view. To move between functions in the \uicontrol Callee view.
To set the cost format, select \uicontrol $. You can view absolute To set the cost format, select \uicontrol $. You can view absolute
or relative costs, as well as relative costs to parent. Select or relative costs, as well as relative costs to parent. Select
\inlineimage filtericon.png \inlineimage icons/filtericon.png
to view only profiling info that originated from the project. to view only profiling info that originated from the project.
To properly handle recursive or circular function calls, enable cycle To properly handle recursive or circular function calls, enable cycle

View File

@@ -91,7 +91,7 @@
By default, \QC tries to find a supported \l{AdoptOpenJDK} or By default, \QC tries to find a supported \l{AdoptOpenJDK} or
\l{OpenJDK} installation. If none is found, you must set the path \l{OpenJDK} installation. If none is found, you must set the path
manually. If you don't have a supported JDK installed, select manually. If you don't have a supported JDK installed, select
\inlineimage online.png \inlineimage icons/online.png
to open the JDK download web page in the default browser. to open the JDK download web page in the default browser.
\note We recommended using a 64-bit JDK, because the 32-bit one \note We recommended using a 64-bit JDK, because the 32-bit one
@@ -182,7 +182,7 @@
be modified from the SDK Manager tab. For more information, see be modified from the SDK Manager tab. For more information, see
\l{Managing Android SDK Packages}. \l{Managing Android SDK Packages}.
To manually download NDKs, select \inlineimage online.png To manually download NDKs, select \inlineimage icons/online.png
. .
To add custom NDK paths manually to the global list of NDKs, select To add custom NDK paths manually to the global list of NDKs, select

View File

@@ -126,11 +126,12 @@
\image qtcreator-build-cmake-output.png "CMake output in Projects mode" \image qtcreator-build-cmake-output.png "CMake output in Projects mode"
To clear the search results, select the \inlineimage clean_pane_small.png To clear the search results, select the \inlineimage icons/clean_pane_small.png
(\uicontrol Clear) button. (\uicontrol Clear) button.
You can enter a string in the \uicontrol Filter field to filter output. You can enter a string in the \uicontrol Filter field to filter output.
To specify filtering options, select the \inlineimage magnifier.png "Filtering options menu" To specify filtering options, select the
\inlineimage icons/magnifier.png "Filtering options menu"
button. You can filter output by using regular expressions or button. You can filter output by using regular expressions or
case-sensitivity. Select \uicontrol {Show Non-matching Lines} to case-sensitivity. Select \uicontrol {Show Non-matching Lines} to
hide the lines that match the filter. hide the lines that match the filter.
@@ -138,8 +139,8 @@
Press \key {Ctrl+F} to \l{Finding and Replacing}{search} for a string from Press \key {Ctrl+F} to \l{Finding and Replacing}{search} for a string from
the output. the output.
To increase or decrease the output text size, select \inlineimage plus.png To increase or decrease the output text size, select \inlineimage icons/plus.png
(\uicontrol {Zoom In}) or \inlineimage minus.png (\uicontrol {Zoom In}) or \inlineimage icons/minus.png
(\uicontrol {Zoom Out}), or press \key Ctrl++ or \key Ctrl+-. (\uicontrol {Zoom Out}), or press \key Ctrl++ or \key Ctrl+-.
\section1 CMake Build Steps \section1 CMake Build Steps

View File

@@ -108,9 +108,9 @@
work correctly due to a logic error. To locate this logic error, step work correctly due to a logic error. To locate this logic error, step
through the code using the following buttons: through the code using the following buttons:
\inlineimage icons/qtcreator-debug-button-stop.png \inlineimage icons/qtcreator-debug-button-stop.png
(\uicontrol {Stop Debugger}), \inlineimage debugger_stepover_small.png (\uicontrol {Stop Debugger}), \inlineimage icons/debugger_stepover_small.png
(\uicontrol {Step Over}), \inlineimage debugger_stepinto_small.png (\uicontrol {Step Over}), \inlineimage icons/debugger_stepinto_small.png
(\uicontrol {Step Into}), and \inlineimage debugger_stepout_small.png (\uicontrol {Step Into}), and \inlineimage icons/debugger_stepout_small.png
(\uicontrol {Step Out}). (\uicontrol {Step Out}).
*/ */

View File

@@ -786,7 +786,8 @@
To access the \uicontrol Disassembler view, check To access the \uicontrol Disassembler view, check
\uicontrol Debug > \uicontrol {Operate by Instruction} while the debugger is \uicontrol Debug > \uicontrol {Operate by Instruction} while the debugger is
running. Alternatively, click the \inlineimage debugger_singleinstructionmode.png running. Alternatively, click the
\inlineimage icons/debugger_singleinstructionmode.png
(\uicontrol {Operate by Instruction}) tool button on the debugger tool bar. (\uicontrol {Operate by Instruction}) tool button on the debugger tool bar.
By default, GDB shows AT&T style disassembly. To switch to the Intel style, By default, GDB shows AT&T style disassembly. To switch to the Intel style,

View File

@@ -79,7 +79,7 @@
\image qtquick-example-setting-breakpoint2.png \image qtquick-example-setting-breakpoint2.png
\li Click the \inlineimage debugger_stepinto_small.png \li Click the \inlineimage icons/debugger_stepinto_small.png
(\uicontrol {Step Into}) button on the toolbar or press \key F11 to step (\uicontrol {Step Into}) button on the toolbar or press \key F11 to step
into the code in the stack. The samegame.js file opens in the code into the code in the stack. The samegame.js file opens in the code
editor at the function that starts a new game. editor at the function that starts a new game.

View File

@@ -103,8 +103,8 @@
\list \list
\li To go directly to an instance, double-click the instance in the \li To go directly to an instance, double-click the instance in the
\uicontrol {Search Results} pane. \uicontrol {Search Results} pane.
\li To move between instances, click the \inlineimage next.png \li To move between instances, click the \inlineimage icons/next.png
(\uicontrol {Next Item}) button and \inlineimage prev.png (\uicontrol {Next Item}) button and \inlineimage icons/prev.png
(\uicontrol {Previous Item}) button in the (\uicontrol {Previous Item}) button in the
\uicontrol {Search Results} pane. \uicontrol {Search Results} pane.
\li To expand and collapse the list of all instances, click the \li To expand and collapse the list of all instances, click the
@@ -112,10 +112,10 @@
(\uicontrol {Expand All}) button. (\uicontrol {Expand All}) button.
\li To filter the search results for the usage of symbols according to \li To filter the search results for the usage of symbols according to
access type, such as read, write, or declaration, click the access type, such as read, write, or declaration, click the
\inlineimage filtericon.png \inlineimage icons/filtericon.png
(\uicontrol {Filter Tree}) button and select the access type. (\uicontrol {Filter Tree}) button and select the access type.
\li To clear the search results, click the \li To clear the search results, click the
\inlineimage clean_pane_small.png \inlineimage icons/clean_pane_small.png
(\uicontrol Clear) button. (\uicontrol Clear) button.
\li To start a new search, click the \li To start a new search, click the
\inlineimage icons/qtcreator-new-search-icon.png \inlineimage icons/qtcreator-new-search-icon.png

View File

@@ -62,8 +62,8 @@
to navigate between open files and symbols in use. to navigate between open files and symbols in use.
To browse backward or forward through your To browse backward or forward through your
location history, click \inlineimage prev.png location history, click \inlineimage icons/prev.png
(\uicontrol {Go Back}) and \inlineimage next.png (\uicontrol {Go Back}) and \inlineimage icons/next.png
(\uicontrol {Go Forward}). (\uicontrol {Go Forward}).
To return to the last location where you made a change, select To return to the last location where you made a change, select
@@ -151,7 +151,7 @@
\li To split the editor view into a top and bottom view, select \li To split the editor view into a top and bottom view, select
\uicontrol Window > \uicontrol Split, press \key {Ctrl+E, 2}, or \uicontrol Window > \uicontrol Split, press \key {Ctrl+E, 2}, or
select the \inlineimage splitbutton_horizontal.png select the \inlineimage icons/splitbutton_horizontal.png
(\uicontrol Split) button and then select \uicontrol Split. (\uicontrol Split) button and then select \uicontrol Split.
Split command creates views below the currently active editor view. Split command creates views below the currently active editor view.
@@ -179,7 +179,7 @@
To remove a split view, place the cursor within the view you want to To remove a split view, place the cursor within the view you want to
remove and select \uicontrol Window > \uicontrol {Remove Current Split}, remove and select \uicontrol Window > \uicontrol {Remove Current Split},
press \key {Ctrl+E, 0}, or select the \inlineimage splitbutton_closetop.png press \key {Ctrl+E, 0}, or select the \inlineimage icons/splitbutton_closetop.png
(\uicontrol {Remove Split}) button. To remove all but the currently selected (\uicontrol {Remove Split}) button. To remove all but the currently selected
split view, select \uicontrol Window > \uicontrol {Remove All Splits} or split view, select \uicontrol Window > \uicontrol {Remove All Splits} or
press \key {Ctrl+E, 1}. press \key {Ctrl+E, 1}.

View File

@@ -94,11 +94,11 @@
removed text and then select \uicontrol {Apply Chunk}. removed text and then select \uicontrol {Apply Chunk}.
To view the differences in a unified view where changed rows are placed To view the differences in a unified view where changed rows are placed
below each other, select \inlineimage unifieddiff.png below each other, select \inlineimage icons/unifieddiff.png
(\uicontrol {Switch to Unified Diff Editor}). (\uicontrol {Switch to Unified Diff Editor}).
To switch back to the side-by-side view, select To switch back to the side-by-side view, select
\inlineimage sidebysidediff.png \inlineimage icons/sidebysidediff.png
(\uicontrol {Switch to Side by Side Diff Editor}). (\uicontrol {Switch to Side by Side Diff Editor}).
To only show text changes, select \uicontrol {Ignore Whitespace}. To only show text changes, select \uicontrol {Ignore Whitespace}.
@@ -108,10 +108,10 @@
By default, the horizontal scroll bars in the left and right pane are By default, the horizontal scroll bars in the left and right pane are
synchronized. To use them independently of each other, select the synchronized. To use them independently of each other, select the
\inlineimage linkicon.png \inlineimage icons/linkicon.png
(\uicontrol {Synchronize Horizontal Scroll Bars}) button. (\uicontrol {Synchronize Horizontal Scroll Bars}) button.
If the files change outside \QC, select \inlineimage reload_gray.png If the files change outside \QC, select \inlineimage icons/reload_gray.png
(\uicontrol {Reload Editor}) to compare them again and to show the results. (\uicontrol {Reload Editor}) to compare them again and to show the results.
\if defined(qtcreator) \if defined(qtcreator)

View File

@@ -244,7 +244,7 @@
\list 1 \list 1
\li In the locator, click \inlineimage magnifier.png \li In the locator, click \inlineimage icons/magnifier.png
(\uicontrol Options) and select \uicontrol Configure to open the (\uicontrol Options) and select \uicontrol Configure to open the
\uicontrol Locator options. \uicontrol Locator options.

View File

@@ -125,7 +125,7 @@
By default, when you select an element in a diagram, it is highlighted also By default, when you select an element in a diagram, it is highlighted also
in the \uicontrol Structure view. To change this behavior so that selecting in the \uicontrol Structure view. To change this behavior so that selecting
an element in the \uicontrol Structure makes it highlighted also in the an element in the \uicontrol Structure makes it highlighted also in the
diagram, click and hold the \inlineimage linkicon.png diagram, click and hold the \inlineimage icons/linkicon.png
button, and then select \uicontrol {Synchronize Diagram with Structure}. button, and then select \uicontrol {Synchronize Diagram with Structure}.
To keep the selections in the diagram and the \uicontrol Structure view To keep the selections in the diagram and the \uicontrol Structure view
synchronized, select \uicontrol {Keep Synchronized}. synchronized, select \uicontrol {Keep Synchronized}.

View File

@@ -69,34 +69,34 @@
\uicontrol {Zoom In} or \uicontrol {Zoom Out} or press \key Ctrl and use the \uicontrol {Zoom In} or \uicontrol {Zoom Out} or press \key Ctrl and use the
mouse wheel. To make mouse wheel. To make
the whole state chart visible in the state editor at a time, select the whole state chart visible in the state editor at a time, select
\inlineimage fittoview.png \inlineimage icons/fittoview.png
(\uicontrol {Fit to View}). (\uicontrol {Fit to View}).
To view a particular part of a large state chart in the state editor, select To view a particular part of a large state chart in the state editor, select
\inlineimage navigator.png \inlineimage icons/navigator.png
(\uicontrol {Navigator}) and move the navigator frame on the part you want (\uicontrol {Navigator}) and move the navigator frame on the part you want
to view. to view.
To use the magnifier to zoom into a part of the state chart, select To use the magnifier to zoom into a part of the state chart, select
\inlineimage zoom.png \inlineimage icons/zoom.png
(\uicontrol {Magnifier Tool}). To move the magnifier tool faster, press down (\uicontrol {Magnifier Tool}). To move the magnifier tool faster, press down
the \key Alt key. the \key Alt key.
To pan the state chart, select \inlineimage pan.png To pan the state chart, select \inlineimage icons/pan.png
(\uicontrol Panning). To increase the pace of panning, press down the (\uicontrol Panning). To increase the pace of panning, press down the
\key Shift key. \key Shift key.
To view statistics about the numbers of states and transitions in the state To view statistics about the numbers of states and transitions in the state
chart, select \inlineimage statistics.png chart, select \inlineimage icons/statistics.png
(\uicontrol {View Statistics}). (\uicontrol {View Statistics}).
To search from the state chart, use the \uicontrol Search pane. The search To search from the state chart, use the \uicontrol Search pane. The search
checks the whole SCXML tree for attributes that match the search criteria. checks the whole SCXML tree for attributes that match the search criteria.
To save the currently visible part of the state chart as an image, select To save the currently visible part of the state chart as an image, select
\inlineimage snapshot.png \inlineimage icons/snapshot.png
(\uicontrol {Save Screenshot}). To save the whole state chart as an image, (\uicontrol {Save Screenshot}). To save the whole state chart as an image,
select \inlineimage icon-export-canvas.png select \inlineimage icons/icon-export-canvas.png
(\uicontrol {Export Canvas to Image}). (\uicontrol {Export Canvas to Image}).
\section1 Creating State Charts \section1 Creating State Charts
@@ -208,7 +208,7 @@
select \uicontrol {Zoom to State}. select \uicontrol {Zoom to State}.
To ensure that the state ids are unique within a compound state machine, To ensure that the state ids are unique within a compound state machine,
select \inlineimage namespace.png select \inlineimage icons/namespace.png
(\uicontrol {Toggle Full Namespace}). The name of the parent state is (\uicontrol {Toggle Full Namespace}). The name of the parent state is
added to the names of the child states, separated by two colons (::). added to the names of the child states, separated by two colons (::).
For example: For example:

View File

@@ -41,9 +41,9 @@
If the text is found, all occurrences are highlighted as you type. If the text is found, all occurrences are highlighted as you type.
\li To go to the next occurrence, click \inlineimage next.png \li To go to the next occurrence, click \inlineimage icons/next.png
(\uicontrol {Find Next}), or press \key F3. To go to the previous (\uicontrol {Find Next}), or press \key F3. To go to the previous
occurrence click \inlineimage prev.png occurrence click \inlineimage icons/prev.png
(\uicontrol {Find Previous}), or press \key {Shift+F3}. (\uicontrol {Find Previous}), or press \key {Shift+F3}.
\endlist \endlist
@@ -207,7 +207,7 @@
The search results are stored in the search history from which you can The search results are stored in the search history from which you can
select earlier searches. select earlier searches.
To clear the search results, select the \inlineimage clean_pane_small.png To clear the search results, select the \inlineimage icons/clean_pane_small.png
(\uicontrol Clear) button. (\uicontrol Clear) button.
To expand and collapse the search results, select the To expand and collapse the search results, select the

View File

@@ -140,7 +140,7 @@
\list 1 \list 1
\li Click the \inlineimage bookmark.png \li Click the \inlineimage icons/bookmark.png
(\uicontrol {Add Bookmark}) button on the toolbar. (\uicontrol {Add Bookmark}) button on the toolbar.
\li In the \uicontrol {Add Bookmark} dialog, click \uicontrol OK to save the \li In the \uicontrol {Add Bookmark} dialog, click \uicontrol OK to save the
@@ -188,7 +188,7 @@
If you cannot find words that you know are there, indexing might not have If you cannot find words that you know are there, indexing might not have
been completed for some reason. To regenerate the index, click been completed for some reason. To regenerate the index, click
\inlineimage reload_gray.png \inlineimage icons/reload_gray.png
(\uicontrol {Regenerate Index}). (\uicontrol {Regenerate Index}).
Punctuation is not included in indexed terms. To find terms that contain Punctuation is not included in indexed terms. To find terms that contain
@@ -225,7 +225,7 @@
in the \uicontrol {On context help} field. To detach the help window, select in the \uicontrol {On context help} field. To detach the help window, select
\uicontrol {Always Show in External Window}. \uicontrol {Always Show in External Window}.
To change this setting in a help view, select the \inlineimage linkicon.png To change this setting in a help view, select the \inlineimage icons/linkicon.png
toolbar button. toolbar button.
\section1 Selecting the Start Page \section1 Selecting the Start Page
@@ -266,7 +266,7 @@
\image qtcreator-help-filter-attributes.png "Filters tab in Help options" \image qtcreator-help-filter-attributes.png "Filters tab in Help options"
\li Select \inlineimage plus.png \li Select \inlineimage icons/plus.png
to add a new filter in the \uicontrol {Add Filter} dialog. to add a new filter in the \uicontrol {Add Filter} dialog.
\li In the \uicontrol {Filter name} field, enter a name for the filter, \li In the \uicontrol {Filter name} field, enter a name for the filter,
@@ -291,6 +291,6 @@
To rename the selected filter, select \uicontrol Rename. To rename the selected filter, select \uicontrol Rename.
To remove the selected filter select \inlineimage minus.png To remove the selected filter select \inlineimage icons/minus.png
. .
*/ */

View File

@@ -325,7 +325,7 @@
\li In the \uicontrol {Test Results} output pane, select: \li In the \uicontrol {Test Results} output pane, select:
\list \list
\li \inlineimage run_small.png \li \inlineimage icons/run_small.png
(\uicontrol {Run All Tests}) to run all tests. (\uicontrol {Run All Tests}) to run all tests.
\li \inlineimage icons/qtcreator-run-selected-tests.png \li \inlineimage icons/qtcreator-run-selected-tests.png
(\uicontrol {Run Selected Tests}) to run the selected tests. (\uicontrol {Run Selected Tests}) to run the selected tests.
@@ -376,14 +376,14 @@
To refresh the view, select \uicontrol {Rescan Tests} in the context menu. To refresh the view, select \uicontrol {Rescan Tests} in the context menu.
To show or hide init and cleanup or data functions in the \uicontrol Tests To show or hide init and cleanup or data functions in the \uicontrol Tests
view, select \inlineimage filtericon.png view, select \inlineimage icons/filtericon.png
(\uicontrol {Filter Test Tree}), and then select \uicontrol {Show Init and (\uicontrol {Filter Test Tree}), and then select \uicontrol {Show Init and
Cleanup Functions} or \uicontrol {Show Data Functions}. Double-click a Cleanup Functions} or \uicontrol {Show Data Functions}. Double-click a
function in the list to open its source code in the code editor. function in the list to open its source code in the code editor.
The test cases are listed in alphabetic, case insensitive order. To list The test cases are listed in alphabetic, case insensitive order. To list
them in the order in which they are defined in the source code, them in the order in which they are defined in the source code,
select \inlineimage leafsort.png select \inlineimage icons/leafsort.png
(\uicontrol {Sort Naturally}). (\uicontrol {Sort Naturally}).
\section2 Running and Debugging Tests from Code Editor \section2 Running and Debugging Tests from Code Editor
@@ -592,7 +592,7 @@
To view the results of Qt tests as plain text, select \uicontrol Tools > To view the results of Qt tests as plain text, select \uicontrol Tools >
\uicontrol Options > \uicontrol {Testing} > \uicontrol {Qt Test}, and \uicontrol Options > \uicontrol {Testing} > \uicontrol {Qt Test}, and
then deselect the \uicontrol {Use XML output} check box. Then select the then deselect the \uicontrol {Use XML output} check box. Then select the
\inlineimage text.png \inlineimage icons/text.png
(\uicontrol {Switch Between Visual and Text Display}) button in the (\uicontrol {Switch Between Visual and Text Display}) button in the
\uicontrol {Test Results} output pane to switch to the text display. \uicontrol {Test Results} output pane to switch to the text display.
@@ -668,7 +668,7 @@
\endtable \endtable
To view only messages of a particular type, select To view only messages of a particular type, select
\inlineimage filtericon.png \inlineimage icons/filtericon.png
(\uicontrol {Filter Test Results}), and then select the types of messages to (\uicontrol {Filter Test Results}), and then select the types of messages to
show. To show all messages, select \uicontrol {Check All Filters}. To show. To show all messages, select \uicontrol {Check All Filters}. To
deselect all message types, select \uicontrol {Uncheck All Filters}. deselect all message types, select \uicontrol {Uncheck All Filters}.

View File

@@ -160,11 +160,11 @@
You can toggle the left and right sidebar in some \QC modes. You can toggle the left and right sidebar in some \QC modes.
To toggle the left sidebar, click \inlineimage leftsidebaricon.png To toggle the left sidebar, click \inlineimage icons/leftsidebaricon.png
(\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press \key Alt+0 (\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press \key Alt+0
(\key Cmd+0 on \macos). (\key Cmd+0 on \macos).
To toggle the right sidebar, click \inlineimage rightsidebaricon.png To toggle the right sidebar, click \inlineimage icons/rightsidebaricon.png
(\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press (\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press
\key Alt+Shift+0 (\key Cmd+Shift+0 on \macos). \key Alt+Shift+0 (\key Cmd+Shift+0 on \macos).

View File

@@ -82,7 +82,7 @@
automatically detected the installed kit. If no kits are available, automatically detected the installed kit. If no kits are available,
see \l{Adding Kits}. see \l{Adding Kits}.
\li Click \inlineimage run_small.png \li Click \inlineimage icons/run_small.png
(\uicontrol Run) to build and run the application. (\uicontrol Run) to build and run the application.
\li To see the compilation progress, press \key{Alt+4} to open the \li To see the compilation progress, press \key{Alt+4} to open the

View File

@@ -145,7 +145,7 @@
\uicontrol {Add Build Step} > \uicontrol {Custom Process Step}. \uicontrol {Add Build Step} > \uicontrol {Custom Process Step}.
By default, custom steps are enabled. To disable a custom step, select By default, custom steps are enabled. To disable a custom step, select
the \inlineimage buildstepdisable.png the \inlineimage icons/buildstepdisable.png
(\uicontrol Disable) button. (\uicontrol Disable) button.
\image qtcreator-build-steps-custom.png "Custom Process Step" \image qtcreator-build-steps-custom.png "Custom Process Step"
@@ -184,8 +184,8 @@
\li To remove a clean step, click \uicontrol{Remove Item}. \li To remove a clean step, click \uicontrol{Remove Item}.
\li To change the order of steps, click \inlineimage arrowup.png \li To change the order of steps, click \inlineimage icons/arrowup.png
(\uicontrol {Move Up}) and \inlineimage arrowdown.png (\uicontrol {Move Up}) and \inlineimage icons/arrowdown.png
(\uicontrol {Move Down}). (\uicontrol {Move Down}).
\endlist \endlist
*/ */

View File

@@ -40,7 +40,7 @@
\list \list
\li Select \uicontrol Build > \uicontrol {QML Preview}. \li Select \uicontrol Build > \uicontrol {QML Preview}.
\li Select the \inlineimage live_preview.png \li Select the \inlineimage icons/live_preview.png
(\uicontrol {Show Live Preview}) button. (\uicontrol {Show Live Preview}) button.
\li Press \key {Alt+P}. \li Press \key {Alt+P}.
\endlist \endlist

View File

@@ -107,7 +107,7 @@
QML Profiler. QML Profiler.
\note If data collection does not start automatically, select the \note If data collection does not start automatically, select the
\inlineimage recordfill.png \inlineimage icons/recordfill.png
(\uicontrol {Enable Profiling}) button. (\uicontrol {Enable Profiling}) button.
\endlist \endlist

View File

@@ -60,7 +60,7 @@
\endlist \endlist
To stop the synchronization between the editor and the To stop the synchronization between the editor and the
\uicontrol {File System} view, delesect the \inlineimage linkicon.png \uicontrol {File System} view, delesect the \inlineimage icons/linkicon.png
(\uicontrol {Synchronize Root Directory with Editor}) button. (\uicontrol {Synchronize Root Directory with Editor}) button.
The path to the active file is displayed as bread crumbs. You can move to The path to the active file is displayed as bread crumbs. You can move to
@@ -106,7 +106,7 @@
\endif \endif
To manage view contents, select \inlineimage filtericon.png To manage view contents, select \inlineimage icons/filtericon.png
(\uicontrol Options): (\uicontrol Options):
\list \list
@@ -119,6 +119,6 @@
\endlist \endlist
To stop the synchronization with the file currently opened in the To stop the synchronization with the file currently opened in the
editor, deselect \inlineimage linkicon.png editor, deselect \inlineimage icons/linkicon.png
(\uicontrol {Synchronize with Editor}). (\uicontrol {Synchronize with Editor}).
*/ */

View File

@@ -124,7 +124,7 @@
\endif \endif
To filter view contents, select \inlineimage filtericon.png To filter view contents, select \inlineimage icons/filtericon.png
(\uicontrol {Filter Tree}): (\uicontrol {Filter Tree}):
\list \list
@@ -142,7 +142,7 @@
\endlist \endlist
To stop synchronizing the position in the project tree with the file To stop synchronizing the position in the project tree with the file
currently opened in the editor, deselect \inlineimage linkicon.png currently opened in the editor, deselect \inlineimage icons/linkicon.png
(\uicontrol {Synchronize with Editor}). (\uicontrol {Synchronize with Editor}).
\if defined(qtcreator) \if defined(qtcreator)

View File

@@ -47,15 +47,15 @@
You can change the view of the sidebars in the following ways: You can change the view of the sidebars in the following ways:
\list \list
\li To toggle the left sidebar, click \inlineimage leftsidebaricon.png \li To toggle the left sidebar, click \inlineimage icons/leftsidebaricon.png
(\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press (\uicontrol {Hide Left Sidebar/Show Left Sidebar}) or press
\key Alt+0 (\key Cmd+0 on \macos). To toggle the right \key Alt+0 (\key Cmd+0 on \macos). To toggle the right
sidebar, click \inlineimage rightsidebaricon.png sidebar, click \inlineimage icons/rightsidebaricon.png
(\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press (\uicontrol {Hide Right Sidebar/Show Right Sidebar}) or press
\key Alt+Shift+0 (\key Cmd+Shift+0 on \macos). \key Alt+Shift+0 (\key Cmd+Shift+0 on \macos).
\li To split a sidebar, click \inlineimage splitbutton_horizontal.png \li To split a sidebar, click \inlineimage icons/splitbutton_horizontal.png
(\uicontrol {Split}). Select new content to view in the split view. (\uicontrol {Split}). Select new content to view in the split view.
\li To close a sidebar view, click \inlineimage splitbutton_closetop.png \li To close a sidebar view, click \inlineimage icons/splitbutton_closetop.png
(\uicontrol {Close}). (\uicontrol {Close}).
\endlist \endlist
*/ */

View File

@@ -400,12 +400,12 @@
The menu items also display the keyboard shortcuts that you can use. The menu items also display the keyboard shortcuts that you can use.
\endlist \endlist
To maximize an open output pane, select the \inlineimage arrowup.png To maximize an open output pane, select the \inlineimage icons/arrowup.png
(\uicontrol {Maximize Output Pane}) button or press \key {Alt+Shift+9}. (\uicontrol {Maximize Output Pane}) button or press \key {Alt+Shift+9}.
To increase or decrease the output text size, select \inlineimage plus.png To increase or decrease the output text size, select \inlineimage icons/plus.png
(\uicontrol {Zoom In}) or \inlineimage minus.png (\uicontrol {Zoom In}) or \inlineimage icons/minus.png
(\uicontrol {Zoom Out}), or press \key Ctrl++ or \key Ctrl+-. Zooming is (\uicontrol {Zoom Out}), or press \key Ctrl++ or \key Ctrl+-. Zooming is
not supported in all output panes. not supported in all output panes.
@@ -440,7 +440,7 @@
Besides searching from the output, you can enter a string in the Besides searching from the output, you can enter a string in the
\uicontrol Filter field to filter it. To specify filtering options, \uicontrol Filter field to filter it. To specify filtering options,
select the \inlineimage magnifier.png "Filtering options menu" select the \inlineimage icons/magnifier.png "Filtering options menu"
button. You can filter output by using regular expressions or button. You can filter output by using regular expressions or
case-sensitivity. Select \uicontrol {Show Non-matching Lines} to case-sensitivity. Select \uicontrol {Show Non-matching Lines} to
hide the lines that match the filter. hide the lines that match the filter.
@@ -503,7 +503,7 @@
The pane filters out irrelevant output from the build tools and presents the 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 issues in an organized way. To further filter the output by type, select
\inlineimage filtericon.png \inlineimage icons/filtericon.png
(\uicontrol {Filter Tree}) and then select a filter. (\uicontrol {Filter Tree}) and then select a filter.
\image qtcreator-issues.png "Issues output pane" \image qtcreator-issues.png "Issues output pane"
@@ -566,7 +566,7 @@
To specify settings for displaying application output, select To specify settings for displaying application output, select
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} > \uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
\uicontrol {Application Output}, or click the \inlineimage settings.png \uicontrol {Application Output}, or click the \inlineimage icons/settings.png
(\uicontrol {Open Settings Page}) button. You can select whether to open (\uicontrol {Open Settings Page}) button. You can select whether to open
the \uicontrol{Application Output} pane on output when running or debugging the \uicontrol{Application Output} pane on output when running or debugging
applications, to clear old output on a new run, applications, to clear old output on a new run,
@@ -592,7 +592,7 @@
In the \uicontrol {Limit output to} field, you can specify the maximum In the \uicontrol {Limit output to} field, you can specify the maximum
amount of build output lines to display in the pane. amount of build output lines to display in the pane.
You can also reach the options page by clicking \inlineimage settings.png You can also reach the options page by clicking \inlineimage icons/settings.png
(\uicontrol {Open Settings Page}). (\uicontrol {Open Settings Page}).
To copy the output from the pane to the clipboard, select To copy the output from the pane to the clipboard, select

View File

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

View File

@@ -118,7 +118,7 @@
To show log also for previous names of the file, select \uicontrol Follow. To show log also for previous names of the file, select \uicontrol Follow.
Select \inlineimage reload_gray.png Select \inlineimage icons/reload_gray.png
(\uicontrol Reload) to rescan the files. (\uicontrol Reload) to rescan the files.
To display a description of the change including the diff in the To display a description of the change including the diff in the
@@ -141,7 +141,7 @@
The other actions in the context-menu enable you to apply actions to the The other actions in the context-menu enable you to apply actions to the
commit, such as cherry-pick, checkout, or revert it. commit, such as cherry-pick, checkout, or revert it.
To rescan the files, click \inlineimage reload_gray.png To rescan the files, click \inlineimage icons/reload_gray.png
(\uicontrol Reload). (\uicontrol Reload).
\section2 Staging Changes \section2 Staging Changes
@@ -288,7 +288,7 @@
\image qtcreator-vcs-gitbranch.png "Git Branches sidebar view" \image qtcreator-vcs-gitbranch.png "Git Branches sidebar view"
Old entries and tags are filtered out of the list of branches Old entries and tags are filtered out of the list of branches
by default. To include them, select \inlineimage filtericon.png by default. To include them, select \inlineimage icons/filtericon.png
(\uicontrol {Filter Tree}), and then select (\uicontrol {Filter Tree}), and then select
\uicontrol {Include Old Entries} and \uicontrol {Include Tags}. \uicontrol {Include Old Entries} and \uicontrol {Include Tags}.
@@ -302,7 +302,7 @@
For local and remote branches, the changes log can be shown by double For local and remote branches, the changes log can be shown by double
clicking on the branch name. clicking on the branch name.
To refresh the list of branches, click \inlineimage reload_gray.png To refresh the list of branches, click \inlineimage icons/reload_gray.png
(\uicontrol Refresh). (\uicontrol Refresh).
The following operations are supported in the context-menu for a branch: The following operations are supported in the context-menu for a branch:

View File

@@ -339,7 +339,7 @@
\section1 Compiling and Running Your Program \section1 Compiling and Running Your Program
Now that you have all the necessary files, select the Now that you have all the necessary files, select the
\inlineimage run_small.png \inlineimage icons/run_small.png
button to compile and run your program. button to compile and run your program.
*/ */

View File

@@ -23,11 +23,6 @@ imagedirs = ../images \
../../../share/qtcreator/qml/qmlpuppet/mockfiles/images \ ../../../share/qtcreator/qml/qmlpuppet/mockfiles/images \
../../../share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images \ ../../../share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images \
../../../src/libs/qmleditorwidgets/images \ ../../../src/libs/qmleditorwidgets/images \
../../../src/libs/utils/images \
../../../src/plugins/debugger/images \
../../../src/plugins/diffeditor/images \
../../../src/plugins/help/images \
../../../src/plugins/projectexplorer/images \
../../../src/plugins/qmldesigner/components/componentcore/images \ ../../../src/plugins/qmldesigner/components/componentcore/images \
../../../src/plugins/qmldesigner/components/edit3d/images \ ../../../src/plugins/qmldesigner/components/edit3d/images \
../../../src/plugins/qmldesigner/components/formeditor \ ../../../src/plugins/qmldesigner/components/formeditor \
@@ -36,7 +31,6 @@ imagedirs = ../images \
../../../src/plugins/qmldesigner/componentsplugin/images \ ../../../src/plugins/qmldesigner/componentsplugin/images \
../../../src/plugins/qmldesigner/qmlpreviewplugin/images \ ../../../src/plugins/qmldesigner/qmlpreviewplugin/images \
../../../src/plugins/qmldesigner/qtquickplugin/images \ ../../../src/plugins/qmldesigner/qtquickplugin/images \
../../../src/plugins/texteditor/images
include(../../qtcreator/images/extraimages/qtdesignstudio-extraimages.qdocconf) include(../../qtcreator/images/extraimages/qtdesignstudio-extraimages.qdocconf)