Doc: Move all icon images to images/icons and fix references to them

As a first step to making the images visible in both dark and light
online doc modes.

Task-number: QTCREATORBUG-26644
Change-Id: If7da7fec69d1114201d2832b4228b4dba0f090f0
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2021-12-08 19:01:53 +01:00
parent 5453c539b5
commit 48fafae034
45 changed files with 28 additions and 28 deletions

View File

@@ -108,7 +108,7 @@
\image qtcreator-external-tools.png
Select the \inlineimage replace.png
Select the \inlineimage icons/replace.png
(\uicontrol {Variables}) button in a field to select from a list of
\l{Using Qt Creator Variables}{variables} that are available in a
particular context.

View File

@@ -327,14 +327,14 @@
\list
\li \inlineimage run_small.png
(\uicontrol {Run All Tests}) to run all tests.
\li \inlineimage qtcreator-run-selected-tests.png
\li \inlineimage icons/qtcreator-run-selected-tests.png
(\uicontrol {Run Selected Tests}) to run the selected tests.
\li \inlineimage qtcreator-run-failed-tests.png
\li \inlineimage icons/qtcreator-run-failed-tests.png
(\uicontrol {Run Failed Tests}) to re-run the tests which failed
in the last run.
Depending on the framework this may select additional tests if it
is impossible to distinguish or to fully address the test.
\li \inlineimage qtcreator-run-tests-in-current-file.png
\li \inlineimage icons/qtcreator-run-tests-in-current-file.png
(\uicontrol {Run Tests for Current File}) to run the tests
in the file currently open in the code editor.
\endlist