A list item displaying a single value More...
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.
This documentation is under development and is subject to change.
The text that is shown in the list item as a label.
This documentation is under development and is subject to change.
The values that will be shown next to the label text