InlineViewHeader
Properties | |
listTAction | actions |
string | text |
Detailed Description
A fancy inline view header showing a title and optional actions.
Designed to be set as the header: property of a ListView or GridView, this component provides a fancy inline header suitable for explaining the contents of its view to the user in an attractive and standardized way. Actions globally relevant to the view can be defined using the actions: property. They will appear on the right side of the header as buttons, and collapse into an overflow menu when there isn't room to show them all.
The width: property must be manually set to the parent view's width.
Example usage:
Definition at line 50 of file InlineViewHeader.qml.
Property Documentation
◆ actions
|
read |
This property holds the list of actions to show on the header.
Actions are added from left to right. If more actions are set than can fit, an overflow menu is provided.
Definition at line 62 of file InlineViewHeader.qml.
◆ text
|
read |
This property holds the title text.
Definition at line 56 of file InlineViewHeader.qml.
The documentation for this class was generated from the following file:
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.