GridDelegate QML Type
Base delegate for KControlmodules based on Grid views of thumbnails. More...
Import Statement: | import org.kde.kcmutils |
Properties
- actions : list<Kirigami.Action>
- subtitle : string
- thumbnail : Item
- thumbnailAvailable : bool
- toolTip : string
Detailed Description
Use the onClicked signal handler for managing the main action when the user clicks on the thumbnail.
Property Documentation
actions : list<Kirigami.Action> |
A list of extra actions for the thumbnails.
They will be shown as icons on the bottom-right corner of the thumbnail on mouse hover.
subtitle : string |
Optional string for the text to show below the main label.
thumbnail : Item |
The item actually implementing the thumbnail: the visualization is up to the implementation.
thumbnailAvailable : bool |
Set it to true when a thumbnail is actually available.
When false, only an icon will be shown instead of the actual thumbnail ("edit-none" if pluginName is "None", otherwise it uses "view-preview").
toolTip : string |
String for a tooltip for the whole delegate.