AbstractApplicationHeader
AbstractApplicationHeader Class Reference
Inheritance diagram for AbstractApplicationHeader:
Additional Inherited Members | |
Properties inherited from org::kde::kirigami::templates::AbstractApplicationHeader | |
Item | background |
int | bottomPadding |
alias | contentItem |
bool | hideWhenTouchScrolling |
int | leftPadding |
int | maximumHeight |
int | minimumHeight |
KirigamiPage | page |
KirigamiPageRow | pageRow |
int | paintedHeight |
int | position |
int | preferredHeight |
int | rightPadding |
bool | separatorVisible |
int | topPadding |
Public Member Functions inherited from QtQuick.Item | |
childAt (real x, real y) | |
bool | contains (point point) |
dumpItemTree () | |
forceActiveFocus () | |
forceActiveFocus (Qt::FocusReason reason) | |
bool | grabToImage (callback, targetSize) |
point | mapFromGlobal (real x, real y) |
point | mapFromItem (Item item, point p) |
point | mapFromItem (Item item, real x, real y) |
rect | mapFromItem (Item item, real x, real y, real width, real height) |
rect | mapFromItem (Item item, rect r) |
point | mapToGlobal (real x, real y) |
point | mapToItem (Item item, point p) |
point | mapToItem (Item item, real x, real y) |
rect | mapToItem (Item item, real x, real y, real width, real height) |
rect | mapToItem (Item item, rect r) |
nextItemInFocusChain (bool 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
Definition at line 23 of file controls/AbstractApplicationHeader.qml.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.