Doc: Add notes about Iso Icon not being supported on Qt 6

Change-Id: If479873bd4da2b991ec27688a65b51187cb34184
Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
Reviewed-by: Tanja Remes <tanja.remes@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2021-09-15 18:33:57 +02:00
parent f529051b58
commit 2413aac32b
2 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -212,7 +212,10 @@
\if defined(qtdesignstudio) \if defined(qtdesignstudio)
\section1 Iso Icon \section1 Iso Icon
The IsoIcon component specifies an icon from an ISO 7000 icon library as a \note The Iso Icon component is not available if you selected
\uicontrol {Qt 6} when \l{Creating Projects}{creating the project}.
The Iso Icon component specifies an icon from an ISO 7000 icon library as a
\l [QtQuickExtras] {Picture} component. The icon to use for the type and \l [QtQuickExtras] {Picture} component. The icon to use for the type and
its color can be specified. its color can be specified.
@@ -223,7 +226,7 @@
\image studio-iso-icon.png \image studio-iso-icon.png
You can use the \l{Picking Colors}{color picker} in \l Properties to You can use the \l{Picking Colors}{color picker} in \l Properties to
set the icon color. set the value of \uicontrol {Icon color}.
\image iso-icon-browser.png \image iso-icon-browser.png
\endif \endif
@@ -270,6 +273,8 @@
\li \li
\li An icon from an ISO 7000 icon library specified as a \l Picture \li An icon from an ISO 7000 icon library specified as a \l Picture
component. You can select the icon to use and its color. component. You can select the icon to use and its color.
\note This component is not supported on Qt 6.
\endif \endif
\endtable \endtable
*/ */