Caption QML Type
List item that shows a piece of text. More...
Import Statement: | import Ubuntu.Components.ListItems 1.3 |
Inherits: |
Properties
- text : string
Detailed Description
Note: The component is deprecated. Use ListItem and Captiopns components instead.
Examples:
import Ubuntu.Components.ListItems 1.3 as ListItem Column { ListItem.Standard { text: "Default list item." } ListItem.Caption { text: "This is a caption text, which can span multiple lines." } }