AbstractApplicationHeader QML Type

An item that can be used as a title for the application. More...

Import Statement: import org.kde.kirigami

Properties

Detailed Description

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:

To achieve a titlebar that stays completely fixed just set the 3 sizes as the same.

Property Documentation

background : Item

This property holds the background item.

Note: The background will be automatically sized to fill the whole control.

bottomPadding : int

contentItem : alias [default]

hideWhenTouchScrolling : bool

This property specifies whether the header should be pushed back when scrolling using the touch screen.

leftPadding : int

maximumHeight : real

minimumHeight : real

page : Item

pageRow : Item

paintedHeight : int [read-only]

position : int

preferredHeight : real

rightPadding : int

separatorVisible : bool

topPadding : int