Implemented terminal screen
This commit is contained in:
@@ -174,6 +174,9 @@ ApplicationWindow {
|
||||
qsTr("Cell monitor"),
|
||||
qsTr("BMS settings"),
|
||||
qsTr("Visualization"),
|
||||
qsTr("History"),
|
||||
qsTr("Terminal"),
|
||||
qsTr("Exit"),
|
||||
]
|
||||
|
||||
Label {
|
||||
@@ -211,6 +214,12 @@ ApplicationWindow {
|
||||
|
||||
Screens.VisualizationScreen {
|
||||
}
|
||||
|
||||
Screens.BmsSettingsScreen {
|
||||
}
|
||||
|
||||
Screens.BmsServiceScreen {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user