FormIconDelegate QML Type

A FormCard delegate for icons. More...

Properties

Detailed Description

Allow users to select icons. By default "Icon" is the default label but this can be overwritten with the `text` property.

 FormCard.FormCard {
     FormCard.FormIconDelegate {}

     FormCard.FormDelegateSeparator {}

     FormCard.FormIconDelegate {
         text: i18nc("@label", "Active icon")
         iconName: "actor-symbolic"
     }
 }

[Missing image html]

Note: This element is readonly on Android.

Property Documentation

iconName : alias

* This property holds the name of the selected icon.