FormColorDelegate QML Type

A FormCard delegate for colors. More...

Import Statement: import org.kde.kirigamiaddons.formcard
Inherits:

AbstractFormDelegate

Properties

Detailed Description

Allow users to select colors. By default "Color" is the default label but this can be overwritten with the text property.

FormCard.FormCard {
    FormCard.FormColorDelegate {
        color: "blue"
    }

    FormCard.FormDelegateSeparator {}

    FormCard.FormColorDelegate {
        text: i18nc("@label", "Active color")
        color: "blue"
    }
}

Property Documentation

color : color

The currently selected color.