Browsing ISO 7000 Icons
You can add icons from an ISO 7000 icon library that is installed with Qt Creator to Qt Quick applications (commercial only). You can use the ISO Icon Browser to add a Picture component and select the icon to use for the component. You can change the default color of the icon.
Using ISO Icons in Applications
- Create a new Qt Quick Application or open an application in Qt Creator.
- Open the UI file (.ui.qml) in Form Editor.
- Select Library > Components >
> QtQuick.Extras to import the Qt Quick Extras module.
- Drag and drop a Picture component from Library to Form Editor.
- Right-click the picture component and select Choose Icon to open the ISO Icon Browser.
- To find icons, select a criterion for filtering icons and enter a search string.
- Select an icon in the list, and then select OK to add the icon.
- To view the icon you added, press Ctrl+R (or Cmd+R) to run the application.
- To adjust the icon color, select the icon on the canvas, and then select Edit Color in the context menu.
Qt Creator generates a Qt resource file called iso-icons.qrc
that adds the icons as a part of your project for delivery with your application.