Kirigami2
AbstractApplicationItem.qml
15 * @brief An item that provides the features of AbstractApplicationWindow without the window itself.
201 topMargin: controlsVisible ? (root.header ? root.header.height : 0) + (root.menuBar ? root.menuBar.height : 0) : 0
203 leftMargin: root.globalDrawer && root.globalDrawer.modal === false ? root.globalDrawer.contentItem.width * root.globalDrawer.position : 0
204 rightMargin: root.contextDrawer && root.contextDrawer.modal === false ? root.contextDrawer.contentItem.width * root.contextDrawer.position : 0
206 }
352 implicitWidth: Kirigami.Settings.isMobile ? Kirigami.Units.gridUnit * 30 : Kirigami.Units.gridUnit * 55
353 implicitHeight: Kirigami.Settings.isMobile ? Kirigami.Units.gridUnit * 45 : Kirigami.Units.gridUnit * 40
Item contentItem
This property holds the Item of the main part of the Application UI.
Definition AbstractApplicationItem.qml:174
void showPassiveNotification(message, timeout, actionText, callBack)
This function shows a little passive notification at the bottom of the app window lasting for few sec...
KTAbstractApplicationHeader header
This property holds an item that can be used as a title for the application.
Definition AbstractApplicationItem.qml:97
Item footer
This property holds an item that can be used as a footer for the application.
Definition AbstractApplicationItem.qml:101
color color
This property holds the color for the background.
Definition AbstractApplicationItem.qml:180
Item pageStack
This property holds the stack used to allocate the pages and to manage the transitions between them.
Definition AbstractApplicationItem.qml:65
OverlayDrawer globalDrawer
This property holds the drawer for global actions.
Definition AbstractApplicationItem.qml:119
bool wideScreen
This property tells us whether the application is in "widescreen" mode.
Definition AbstractApplicationItem.qml:127
TMenuBar menuBar
This property holds an item that can be used as a menuBar for the application.
Definition AbstractApplicationItem.qml:79
bool controlsVisible
This property sets whether the standard chrome of the app is visible.
Definition AbstractApplicationItem.qml:109
Item background
This property holds the background of the Application UI.
Definition AbstractApplicationItem.qml:184
OverlayDrawer contextDrawer
This property holds the drawer for context-dependent actions.
Definition AbstractApplicationItem.qml:169
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.