SingleValue

A list item displaying a single value More...

Inherits Base

Properties

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

value : string

This documentation is under development and is subject to change.

The values that will be shown next to the label text