org::kde::kirigami::ApplicationHeader
org::kde::kirigami::ApplicationHeader Class Reference
Inheritance diagram for org::kde::kirigami::ApplicationHeader:

Additional Inherited Members | |
![]() | |
bool | backButtonEnabled |
int | headerStyle |
Component | pageDelegate |
![]() | |
QtObject | __appWindow |
Item | background |
int | bottomPadding |
alias | contentItem |
bool | hideWhenTouchScrolling |
int | leftPadding |
int | maximumHeight |
int | minimumHeight |
Kirigami | Page |
Kirigami | PageRow |
int | paintedHeight |
int | position |
int | preferredHeight |
int | rightPadding |
bool | separatorVisible |
int | topPadding |
![]() | |
childAt (x, real y) | |
bool | contains (point) |
forceActiveFocus () | |
forceActiveFocus (reason) | |
bool | grabToImage (callback, targetSize) |
object | mapFromGlobal (x, real y) |
object | mapFromItem (item, point p) |
object | mapFromItem (item, real x, real y) |
object | mapFromItem (item, real x, real y, real width, real height) |
object | mapFromItem (item, rect r) |
object | mapToGlobal (x, real y) |
object | mapToItem (item, point p) |
object | mapToItem (item, real x, real y) |
object | mapToItem (item, real x, real y, real width, real height) |
object | mapToItem (item, rect r) |
nextItemInFocusChain (forward) | |
Detailed Description
An item that can be used as a title for the application.
Scrolling the main page will make it taller or shorter (through the point of going away) It's a behavior similar to the typical mobile web browser addressbar the minimum, preferred and maximum heights of the item can be controlled with
minimumHeight
: Default is 0, i.e. hiddenpreferredHeight
: Default is Kirigami.Units.gridUnit * 1.6maximumHeight
: Default is Kirigami.Units.gridUnit * 3
To achieve a titlebar that stays completely fixed just set the 3 sizes as the same
- Deprecated:
- This will be removed in KF6.
Definition at line 23 of file ApplicationHeader.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:02:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 04:02:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.