Feat: show route_quota
This commit is contained in:
parent
cd0500c40b
commit
5694d61c4b
1 changed files with 13 additions and 0 deletions
|
@ -33,6 +33,19 @@ ColoredItemDelegate {
|
|||
NumberAnimation { target: partDel; property: "scale"; from: 0.8; to: 1.0; duration: 400 }
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
visible: widgetData["route_quota"] !== null && parseInt(widgetData["route_quota"]) - 1 === thisIndex
|
||||
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
verticalCenter: parent.bottom
|
||||
}
|
||||
|
||||
height: 3
|
||||
color: Material.primaryTextColor
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
id: partDelCol
|
||||
|
||||
|
|
Loading…
Reference in a new issue