make gui some more consistent
This commit is contained in:
parent
a2503a47cc
commit
d1b2de09e2
3 changed files with 7 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ MbPage {
|
|||
}
|
||||
|
||||
MbItemRow {
|
||||
description: qsTr("Data Updated")
|
||||
description: qsTr("Data Timestamp")
|
||||
values: [
|
||||
MbTextBlock { item { bind: service.path("/Info/UpdateTimestamp"); } width: 215; height: 25 }
|
||||
]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ MbPage {
|
|||
|
||||
property string bindPrefix
|
||||
property BatteryDetails details: BatteryDetails { bindPrefix: root.bindPrefix }
|
||||
title: service.description + " Impedances"
|
||||
title: service.description + " | Impedances"
|
||||
|
||||
model: VisualItemModel {
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ MbPage {
|
|||
}
|
||||
|
||||
MbItemRow {
|
||||
description: qsTr("Impedances Min|Max|Sum")
|
||||
description: qsTr("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 },
|
||||
|
|
@ -48,7 +48,7 @@ MbPage {
|
|||
}
|
||||
|
||||
MbItemRow {
|
||||
description: qsTr("Impedances Data Updated")
|
||||
description: qsTr("Data Timestamp")
|
||||
values: [
|
||||
MbTextBlock { item { bind: service.path("/Impedances/UpdateTimestamp"); } width: 215; height: 25 }
|
||||
]
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@ MbPage {
|
|||
|
||||
property string bindPrefix
|
||||
property BatteryDetails details: BatteryDetails { bindPrefix: root.bindPrefix }
|
||||
title: service.description + " Voltages"
|
||||
title: service.description + " | Voltages"
|
||||
|
||||
model: VisualItemModel {
|
||||
|
||||
MbItemRow {
|
||||
description: qsTr("Voltages Min|Max|Diff")
|
||||
description: qsTr("Min|Max|Diff")
|
||||
values: [
|
||||
MbTextBlock { item { bind: service.path("/Voltages/Min"); } width: 70; height: 25 },
|
||||
MbTextBlock { item { bind: service.path("/Voltages/Max"); } width: 70; height: 25 },
|
||||
|
|
@ -46,7 +46,7 @@ MbPage {
|
|||
}
|
||||
|
||||
MbItemRow {
|
||||
description: qsTr("Voltages Data Updated")
|
||||
description: qsTr("Data Timestamp")
|
||||
values: [
|
||||
MbTextBlock { item { bind: service.path("/Voltages/UpdateTimestamp"); } width: 215; height: 25 }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue