GridTileDelegate
Inherits ItemDelegate.
Properties | |
list< QtObject > | actions |
alias | actionsAnchors |
bool | thumbnailAvailable |
alias | tile |
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 tile, modified from the original GridDelegate from the KCM module @inherits QtQuick.Templates.ItemDelegate.
Definition at line 20 of file GridTileDelegate.qml.
Property Documentation
◆ actions
|
read |
actions: list<Action> A list of extra actions for the thumbnails.
They will be shown as icons on the bottom-right corner of the tile on mouse over
Definition at line 43 of file GridTileDelegate.qml.
◆ actionsAnchors
|
read |
actionsAnchors: anchors The anchors of the actions listing
Definition at line 48 of file GridTileDelegate.qml.
◆ thumbnailAvailable
|
read |
thumbnailAvailable: bool Set it to true when a tile is actually available: when false, a default icon will be shown instead of the actual tile.
Definition at line 37 of file GridTileDelegate.qml.
◆ tile
|
read |
tile: Item the item actually implementing the tile: the visualization is up to the implementation
Definition at line 31 of file GridTileDelegate.qml.
◆ toolTip
|
read |
toolTip: string string for a tooltip for the whole delegate
Definition at line 26 of file GridTileDelegate.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:11:06 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.