Caption
List item that shows a piece of text. 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.Standard { text: "Default list item." } ListItem.Caption { text: "This is a caption text, which can span multiple lines." } }
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 in the list item as a label.