forked from qt-creator/qt-creator
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 <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -102,9 +102,14 @@
|
|||||||
\li \uicontrol Name
|
\li \uicontrol Name
|
||||||
\li Name of the kit. You can use variables to generate the kit 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.
|
based on the values you set in the other fields.
|
||||||
\row
|
|
||||||
\li \inlineimage icons/qtcreator-desktopdevice-button.png
|
Click the \inlineimage icons/qtcreator-desktopdevice-button.png icon next to the field,
|
||||||
\li Image to use as an icon for the kit.
|
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
|
\row
|
||||||
\li \uicontrol {File system name}
|
\li \uicontrol {File system name}
|
||||||
\li Name for the kit to use as a part of directory names. This value is
|
\li Name for the kit to use as a part of directory names. This value is
|
||||||
@@ -113,13 +118,6 @@
|
|||||||
\row
|
\row
|
||||||
\li \uicontrol{Run device type}
|
\li \uicontrol{Run device type}
|
||||||
\li Type of the run device.
|
\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
|
\row
|
||||||
\li \uicontrol {Run device}
|
\li \uicontrol {Run device}
|
||||||
\li The device to run applications on.
|
\li The device to run applications on.
|
||||||
|
Reference in New Issue
Block a user