Kirigami2
ContextDrawer.qml
97 const pageStack = typeof applicationWindow !== "undefined" ? applicationWindow().pageStack : null;
98 const itemExistsButStyleIsNotToolBar = item => item && item.globalToolBarStyle !== Kirigami.ApplicationHeaderStyle.ToolBar;
string title
A title for the action list that will be shown to the user when opens the drawer.
Definition ContextDrawer.qml:54
listTAction actions
List of contextual actions to be displayed in a ListView.
Definition ContextDrawer.qml:62
KTPIconPropertiesGroup handleClosedIcon
This property holds the options for the handle's close icon.
Definition templates/OverlayDrawer.qml:112
KTPIconPropertiesGroup handleOpenIcon
This property holds the options for handle's open icon.
Definition templates/OverlayDrawer.qml:96
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 Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:47:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.