Implemented a visualization screen for various board parameters
This commit is contained in:
@@ -133,7 +133,7 @@ ApplicationWindow {
|
||||
|
||||
Label {
|
||||
text: modelData.text
|
||||
font.weight: Font.ExtraBold
|
||||
font.weight: Font.Bold
|
||||
color: Palette.alternativeTextColor
|
||||
visible: !pane.minimized
|
||||
}
|
||||
@@ -173,12 +173,13 @@ ApplicationWindow {
|
||||
qsTr("AKB monitor"),
|
||||
qsTr("Cell monitor"),
|
||||
qsTr("BMS settings"),
|
||||
qsTr("Visualization"),
|
||||
]
|
||||
|
||||
Label {
|
||||
text: topBar.labels[stack.currentIndex]
|
||||
font.pixelSize: 38
|
||||
font.weight: Font.ExtraBold
|
||||
font.weight: Font.Bold
|
||||
}
|
||||
|
||||
Item {
|
||||
@@ -207,6 +208,9 @@ ApplicationWindow {
|
||||
|
||||
Screens.BmsSettingsScreen {
|
||||
}
|
||||
|
||||
Screens.VisualizationScreen {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user