KNewStuff
GridTileDelegate.qml
42 property bool thumbnailAvailable: false
73 height: Math.min(delegate.GridView.view.implicitCellHeight, delegate.height - Kirigami.Units.gridUnit)
164 QQC2.ToolTip.visible: (Kirigami.Settings.isMobile ? pressed : hovered) && modelData.tooltip.length > 0
alias actionsAnchors
actionsAnchors: anchors The anchors of the actions listing
Definition GridTileDelegate.qml:47
Item thumbnailArea
thumbnailArea: Item The item that will contain the thumbnail within the delegate
Definition GridTileDelegate.qml:52
alias tile
tile: Item the item actually implementing the tile: the visualization is up to the implementation
Definition GridTileDelegate.qml:30
list< QtObject > actions
actions: list<Action> A list of extra actions for the thumbnails.
Definition GridTileDelegate.qml:42
alias view
QString i18nd(const char *domain, const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.