Kirigami2
Page.qml
35 * Use this if your flickable has some non standard properties, such as not covering the whole Page.
69 //TODO KF6: remove this or at least all the assumptions about the internal tree structure of items
70 // Kirigami.ColumnView.view.parent.parent is the StackView in which the ColumnView is, the condition means "is the ColumnView the current layer of the pagerow"
72 ? (Kirigami.ColumnView.index === Kirigami.ColumnView.view.currentIndex && Kirigami.ColumnView.view.parent.parent.currentItem === Kirigami.ColumnView.view.parent)
186 globalToolBar.row = root.T.StackView.view.parent instanceof Kirigami.PageRow ? root.T.StackView.view.parent : null;
217 // don't load async so that on slower devices we don't have the page content height changing while loading in
222 active: (root.titleDelegate !== defaultTitleDelegate || root.globalToolBarStyle === Kirigami.ApplicationHeaderStyle.ToolBar || root.globalToolBarStyle === Kirigami.ApplicationHeaderStyle.Titles)
272 if ((globalToolBar.row && globalToolBar.row.globalToolBar.actualStyle === Kirigami.ApplicationHeaderStyle.ToolBar)
Flickable flickable
If the central element of the page is a Flickable (ListView and Gridview as well) you can set it ther...
Definition Page.qml:34
int globalToolBarStyle
The style for the automatically generated global toolbar: by default the Page toolbar is the one set ...
Definition Page.qml:118
Item globalToolBarItem
The item used as global toolbar for the page present only if we are in a PageRow as a page or as a la...
Definition Page.qml:108
Component titleDelegate
The delegate which will be used to draw the page title.
Definition Page.qml:99
alias overlay
An item which stays on top of every other item in the page, if you want to make sure some elements ar...
Definition Page.qml:76
Boolean
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.