FormColorDelegate

Search for usage in LXR

FormColorDelegate Class Reference

Inherits org::kde::kirigamiaddons::formcard::AbstractFormDelegate.

Properties

color color
 

Detailed Description

A FormCard delegate for colors.

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"
}
}
A single card that follows a form style.
Definition FormCard.qml:35
QString i18nc(const char *context, const char *text, const TYPE &arg...)

Definition at line 31 of file FormColorDelegate.qml.

Property Documentation

◆ color

color FormColorDelegate::color
read

Definition at line 34 of file FormColorDelegate.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 10 2024 11:50:14 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.