CheckDelegate QML Type
An CheckDelegate providing a modern look and feel. More...
| Import Statement: | import org.kde.kirigamiaddons.delegates | 
Properties
- dropAreaHovered : bool
- gridView : GridView
- listView : ListView
Detailed Description
Use a combination of SubtitleContentItem, DefaultContentItem and RowLayout for the contentItem.

Property Documentation
| 
dropAreaHovered : bool  | 
This property holds whether the drop area is hovered.
This allow to emulate an hover effect which can't be done with the normal hovered property as it is read only.
| gridView : GridView | 
This property holds a GridView.
It is automatically set if the RoundedItemDelegate is the direct delegate of a GridView and must be set otherwise.
| listView : ListView | 
This property holds a ListView.
It is automatically set if the RoundedItemDelegate is the direct delegate of a ListView and must be set otherwise.