SingleValue
A list item displaying a single value More...
Inherits Base
Properties
- value : string
Detailed Description
Examples:
import Ubuntu.Components.ListItems 0.1 as ListItem Column { ListItem.SingleValue { text: "Label" value: "Status" onClicked: selected = !selected } ListItem.SingleValue { text: "Label" icon: Qt.resolvedUrl("icon.png") value: "Parameter" progression: true onClicked: print("clicked") } }
This component is under heavy development.
Property Documentation
This documentation is under development and is subject to change.
The values that will be shown next to the label text