Header
Header for grouping list items together More...
Import Statement: | import Ubuntu.Components.ListItems 1.0 |
Inherits: |
Properties
- text : string (preliminary)
Detailed Description
Examples:
import Ubuntu.Components.ListItems 1.0 as ListItem Column { ListItem.Header { text: "Title" } ListItem.Standard { text: "Item one" } ListItem.Standard { text: "Item two" } ListItem.Divider { } ListItem.Standard { text: "Item three" } ListItem.Standard { text: "Item four" } }
This component is under heavy development.
Property Documentation
text : string |
This QML property is under development and is subject to change.
The text that is shown as the header text.