GridDelegate
Properties | |
listKirigamiAction | actions |
string | subtitle |
alias | thumbnail |
bool | thumbnailAvailable |
string | toolTip |
Detailed Description
Base delegate for KControlmodules based on Grid views of thumbnails Use the onClicked signal handler for managing the main action when the user clicks on the thumbnail @inherits QtQuick.Templates.ItemDelegate.
Definition at line 17 of file GridDelegate.qml.
Property Documentation
◆ actions
|
read |
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 over
Definition at line 46 of file GridDelegate.qml.
◆ subtitle
|
read |
subtitle: string optional string for the text to show below the main label
Definition at line 28 of file GridDelegate.qml.
◆ thumbnail
|
read |
thumbnail: Item the item actually implementing the thumbnail: the visualization is up to the implementation
Definition at line 33 of file GridDelegate.qml.
◆ thumbnailAvailable
|
read |
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").
Definition at line 40 of file GridDelegate.qml.
◆ toolTip
|
read |
toolTip: string string for a tooltip for the whole delegate
Definition at line 23 of file GridDelegate.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:04:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.