KCMUtils
GridDelegate.qml
23 id: delegate
81 width: Kirigami.Settings.isMobile ? delegate.width - Kirigami.Units.gridUnit : Math.min(delegate.GridView.view.implicitCellWidth, delegate.width - Kirigami.Units.gridUnit)
82 height: Kirigami.Settings.isMobile ? Math.round((delegate.width - Kirigami.Units.gridUnit) / 1.6)
154 visible: delegate.actions.length > 0 && (Kirigami.Settings.isMobile || delegate.hovered || delegate.GridView.isCurrentItem)
172 QQC2.ToolTip.visible: (Kirigami.Settings.tabletMode ? pressed : hovered) && (QQC2.ToolTip.text !== "")
173 QQC2.ToolTip.delay: Kirigami.Settings.tabletMode ? Qt.styleHints.mousePressAndHoldInterval : Kirigami.Units.toolTipDelay
235 QQC2.ToolTip.visible: (Kirigami.Settings.tabletMode ? pressed : hovered) && (QQC2.ToolTip.text !== "")
236 QQC2.ToolTip.delay: Kirigami.Settings.tabletMode ? Qt.styleHints.mousePressAndHoldInterval : Kirigami.Units.toolTipDelay
listKirigamiAction actions
actions: list<Kirigami.Action> A list of extra actions for the thumbnails.
Definition GridDelegate.qml:46
string toolTip
toolTip: string string for a tooltip for the whole delegate
Definition GridDelegate.qml:23
alias thumbnail
thumbnail: Item the item actually implementing the thumbnail: the visualization is up to the implemen...
Definition GridDelegate.qml:33
bool thumbnailAvailable
thumbnailAvailable: bool Set it to true when a thumbnail is actually available: when false,...
Definition GridDelegate.qml:40
string subtitle
subtitle: string optional string for the text to show below the main label
Definition GridDelegate.qml:28
A ScrollView containing a GridView, with the default behavior about sizing and background as recommen...
Definition GridView.qml:16
alias view
view: GridView Exposes the internal GridView: in order to set a model or a delegate to it,...
Definition GridView.qml:31
QTextStream & left(QTextStream &stream)
QTextStream & right(QTextStream &stream)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:31 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:51:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.