Obsolete Members for PageHeaderStyle

The following members of QML type PageHeaderStyle are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

backgroundColor : color

The color of the background of the header.


[read-only] buttons : ActionItemProperties

Configuration of the colors of the action buttons in the header.


contentHeight : real

The height of the header excluding the divider and extension.


defaultActionDelegate : Component

The delegate used for the buttons in the leading and trailing ActionBar in the header.


dividerColor : color

The color of the divider at the bottom of the header.


foregroundColor : color

The color of the title and the action buttons in the header.


subtitleColor : color

The color of the (optional) subtitle.


subtitleComponent : Component

The default component to display the subtitle.


titleComponent : Component

The default contents that will be loaded when no contents Item was set.