[app] Use subtitle in list item
This commit is contained in:
parent
d81a137682
commit
a27d684f16
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ Kirigami.ScrollablePage
|
||||||
sourceModel: DevicesModel {}
|
sourceModel: DevicesModel {}
|
||||||
}
|
}
|
||||||
delegate: Kirigami.BasicListItem {
|
delegate: Kirigami.BasicListItem {
|
||||||
width: ListView.view.width
|
|
||||||
icon: iconName
|
icon: iconName
|
||||||
iconColor: "transparent"
|
iconColor: "transparent"
|
||||||
label: display + "\n" + toolTip
|
label: display
|
||||||
|
subtitle: toolTip
|
||||||
highlighted: false
|
highlighted: false
|
||||||
onClicked: {
|
onClicked: {
|
||||||
pageStack.push(
|
pageStack.push(
|
||||||
|
|
Loading…
Reference in a new issue