added impedances summary to main chargery menu
This commit is contained in:
parent
c7968a428e
commit
5883a896e0
1 changed files with 11 additions and 0 deletions
|
|
@ -55,6 +55,17 @@ MbPage {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
MbItemRow {
|
||||||
|
description: qsTr("Impedances (Min/Max/Sum)")
|
||||||
|
values: [
|
||||||
|
MbTextBlock { item { bind: service.path("/Impedances/Min"); } width: 70; height: 25 },
|
||||||
|
MbTextBlock { item { bind: service.path("/Impedances/Max"); } width: 70; height: 25 },
|
||||||
|
MbTextBlock { item { bind: service.path("/Impedances/Sum"); } width: 70; height: 25 }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
MbItemRow {
|
MbItemRow {
|
||||||
description: qsTr("Data Timestamp")
|
description: qsTr("Data Timestamp")
|
||||||
values: [
|
values: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue