org::kde::newstuff::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 QtQuick.Templates.ItemDelegate.
Definition at line 21 of file GridTileDelegate.qml.
Property Documentation
list<QtObject> org::kde::newstuff::GridTileDelegate::actions |
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 44 of file GridTileDelegate.qml.
alias org::kde::newstuff::GridTileDelegate::actionsAnchors |
actionsAnchors: anchors The anchors of the actions listing
Definition at line 49 of file GridTileDelegate.qml.
bool org::kde::newstuff::GridTileDelegate::thumbnailAvailable |
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 38 of file GridTileDelegate.qml.
alias org::kde::newstuff::GridTileDelegate::tile |
tile: Item the item actually implementing the tile: the visualization is up to the implementation
Definition at line 32 of file GridTileDelegate.qml.
string org::kde::newstuff::GridTileDelegate::toolTip |
toolTip: string string for a tooltip for the whole delegate
Definition at line 27 of file GridTileDelegate.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Apr 14 2021 22:41:55 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.