Implemented QML skeleton for the application

This commit is contained in:
Yury Shuvakin
2022-08-15 08:49:12 +03:00
parent 14a7aa699f
commit dce22c65d6
36 changed files with 791 additions and 117 deletions

13
qml/qml_icons.qrc Normal file
View File

@@ -0,0 +1,13 @@
<RCC>
<qresource prefix="/">
<file>Icons/akb-monitor.svg</file>
<file>Icons/bms-configuration.svg</file>
<file>Icons/bms-service.svg</file>
<file>Icons/cell-monitor.svg</file>
<file>Icons/cubo-logo.svg</file>
<file>Icons/exit.svg</file>
<file>Icons/hide-menu.svg</file>
<file>Icons/history.svg</file>
<file>Icons/visualization.svg</file>
</qresource>
</RCC>