AbstractFormDelegate QML Type
A base item for delegates to be used in a FormCard. More...
Import Statement: | import org.kde.kirigamiaddons.formcard |
Inherited By: | FormButtonDelegate, FormColorDelegate, FormComboBoxDelegate, FormDateTimeDelegate, FormIconDelegate, FormPasswordFieldDelegate, FormPlaceholderMessageDelegate, FormRadioSelectorDelegate, FormSpinBoxDelegate, FormTextAreaDelegate, FormTextDelegate, and FormTextFieldDelegate |
Detailed Description
This component can be used to create your own custom FormCard delegates.
By default, it includes a background with hover and click feedback. Set the background
property to Item {}
to remove it.
See also FormDelegateBackground.