Kirigami2
AbstractApplicationWindow.qml
233 contentItem.anchors.leftMargin: root.globalDrawer && root.globalDrawer.modal === false && (!root.pageStack || root.pageStack.leftSidebar !== root.globalDrawer) ? root.globalDrawer.width * root.globalDrawer.position : 0
234 contentItem.anchors.rightMargin: root.contextDrawer && root.contextDrawer.modal === false ? root.contextDrawer.width * root.contextDrawer.position : 0
268 height: Kirigami.Settings.isMobile ? Kirigami.Units.gridUnit * 45 : Kirigami.Units.gridUnit * 40
bool controlsVisible
This property sets whether the standard chrome of the app is visible.
Definition AbstractApplicationWindow.qml:86
KirigamiAction quitAction
This property holds a standard action that will quit the application when triggered.
Definition AbstractApplicationWindow.qml:167
OverlayDrawer contextDrawer
This property holds the drawer for context-dependent actions.
Definition AbstractApplicationWindow.qml:146
void showPassiveNotification(message, timeout, actionText, callBack)
This function shows a little passive notification at the bottom of the app window lasting for few sec...
bool wideScreen
This property tells whether the application is in "widescreen" mode.
Definition AbstractApplicationWindow.qml:104
OverlayDrawer globalDrawer
This property holds the drawer for global actions.
Definition AbstractApplicationWindow.qml:96
Item pageStack
This property holds the stack used to allocate the pages and to manage the transitions between them.
Definition AbstractApplicationWindow.qml:78
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:21 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:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.