Added UI skeleton for BMS settings screen

This commit is contained in:
Yury Shuvakin
2022-08-18 07:06:37 +03:00
parent 4a5a0bcb3a
commit eda44940d3
20 changed files with 814 additions and 40 deletions

View File

@@ -12,8 +12,8 @@
<file>Screens/qmldir</file>
<file>Utils/qmldir</file>
<file>Controls/ScrollBar.qml</file>
<file>Controls/OutlineButton.qml</file>
<file>Controls/Button.qml</file>
<file>Controls/AlternativeButton.qml</file>
<file>Controls/TextField.qml</file>
<file>Controls/Frame.qml</file>
<file>Controls/TitleLabel.qml</file>
@@ -21,5 +21,10 @@
<file>Controls/ContentLabel.qml</file>
<file>Controls/DotSeparator.qml</file>
<file>Controls/AvailabilityIndicator.qml</file>
<file>Screens/BmsSettingsScreen.qml</file>
<file>Controls/LabelWithBackground.qml</file>
<file>Controls/CheckBox.qml</file>
<file>Controls/LineSeparator.qml</file>
<file>Controls/LinkLabel.qml</file>
</qresource>
</RCC>