FormDelegateBackground QML Type
A background for Form delegates. More...
Import Statement: | import org.kde.kirigamiaddons.formcard |
Properties
- control : Control
Detailed Description
This is a simple background that provides opacity feedback to the user when the control has focus or is currently being pressed, for example.
This is used in AbstractFormDelegate so that new delegates provide this feedback by default, and can be easily overriden with an Item.
See also AbstractFormDelegate.
Property Documentation
control : Control |
The control to which the background will be assigned.