Fixed Akb monitor layout
This commit is contained in:
@@ -51,8 +51,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Battery charge level, %")
|
text: qsTr("Battery charge level, %")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -72,8 +70,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Number of modules")
|
text: qsTr("Number of modules")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -93,8 +89,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Battery voltage, V")
|
text: qsTr("Battery voltage, V")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -114,8 +108,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Number of cells")
|
text: qsTr("Number of cells")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -135,8 +127,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Nominal capacity, A/h")
|
text: qsTr("Nominal capacity, A/h")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -156,8 +146,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Actual capacity, A/h")
|
text: qsTr("Actual capacity, A/h")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -177,8 +165,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Battery temperature, °C")
|
text: qsTr("Battery temperature, °C")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -198,8 +184,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("BMS temperature, °C")
|
text: qsTr("BMS temperature, °C")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -232,8 +216,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Maximum cell voltage, V")
|
text: qsTr("Maximum cell voltage, V")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -253,8 +235,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Minimum cell voltage, V")
|
text: qsTr("Minimum cell voltage, V")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
@@ -274,8 +254,6 @@ Item {
|
|||||||
spacing: 10
|
spacing: 10
|
||||||
Controls.ContentLabel {
|
Controls.ContentLabel {
|
||||||
text: qsTr("Current")
|
text: qsTr("Current")
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.maximumWidth: implicitWidth
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.DotSeparator {
|
Controls.DotSeparator {
|
||||||
|
|||||||
Reference in New Issue
Block a user