SingleValue
A list item displaying a single value More...
Import Statement: | import Ubuntu.Components.ListItems 1.0 |
Inherits: |
Properties
- value : string (preliminary)
Detailed Description
Examples:
import Ubuntu.Components.ListItems 1.0 as ListItem Column { ListItem.SingleValue { text: "Label" value: "Status" onClicked: selected = !selected } ListItem.SingleValue { text: "Label" iconName: "compose" value: "Parameter" progression: true onClicked: print("clicked") } }
This component is under heavy development.
Property Documentation
value : string |
This QML property is under development and is subject to change.
The values that will be shown next to the label text