Implemented a screen displaying the history of operations with the board. Added dialogs for displaying messages and statuses

This commit is contained in:
Yury Shuvakin
2022-08-26 07:34:04 +03:00
parent 79518df613
commit 6ae4386b37
18 changed files with 535 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
<RCC>
<qresource prefix="/">
<file>MainWindow.qml</file>
<file>Screens/ConnectionScreen.qml</file>
<file>Screens/ConnectionDialog.qml</file>
<file>Screens/AkbMonitorScreen.qml</file>
<file>Screens/CellMonitorScreen.qml</file>
<file>Controls/ComboBox.qml</file>
@@ -32,5 +32,10 @@
<file>Controls/ChartView.qml</file>
<file>Screens/BmsServiceScreen.qml</file>
<file>Controls/TextArea.qml</file>
<file>Screens/DebugInformationScreen.qml</file>
<file>Controls/DialogHeader.qml</file>
<file>Controls/DialogBackground.qml</file>
<file>Screens/MessageDialog.qml</file>
<file>Screens/StatusPopup.qml</file>
</qresource>
</RCC>