From f2a5c6f0cee738d22ee8c690d9bab1a005ba1362 Mon Sep 17 00:00:00 2001 From: Andrew Shark Date: Wed, 24 Jul 2024 01:48:31 +0300 Subject: [PATCH] Move icon selection mentioning to correct place The icon of kit is located next to "Name" field, not next to "Run Device Type" field. Also, it should not be double-clicked. Just single clicked. Change-Id: I962dbe2647beeae8f7c5038b2ead3903336172ab Reviewed-by: Leena Miettinen --- .../creator-only/creator-projects-kits.qdoc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc index 1237c748443..c730452965e 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc @@ -102,9 +102,14 @@ \li \uicontrol Name \li Name of the kit. You can use variables to generate the kit name based on the values you set in the other fields. - \row - \li \inlineimage icons/qtcreator-desktopdevice-button.png - \li Image to use as an icon for the kit. + + Click the \inlineimage icons/qtcreator-desktopdevice-button.png icon next to the field, + and select the image that is displayed in the kit selector for this kit. + Select \uicontrol Browse to select an + image in a supported file format (for example, PNG). The image is + scaled to the size 64x64 pixels. For example, using the compiler + logo as an icon allows you to easily see, which compiler is used to + build the project for the selected kit. \row \li \uicontrol {File system name} \li Name for the kit to use as a part of directory names. This value is @@ -113,13 +118,6 @@ \row \li \uicontrol{Run device type} \li Type of the run device. - - Double-click the icon next to the field to select the image that is - displayed in the kit selector for this kit. You can use any - image in a supported file format (for example, PNG). The image is - scaled to the size 64x64 pixels. For example, using the compiler - logo as an icon allows you to easily see, which compiler is used to - build the project for the selected kit. \row \li \uicontrol {Run device} \li The device to run applications on.