FormColorDelegate

Search for usage in LXR

FormColorDelegate Class Reference

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 android/FormColorDelegate.qml.

Property Documentation

◆ color

color FormColorDelegate::color
read

Definition at line 34 of file android/FormColorDelegate.qml.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Aug 30 2024 11:47:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.