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

@@ -63,7 +63,7 @@ Item {
RowLayout {
spacing: 10
width: ListView.view.width
height: 36
height: 38
Item {
Layout.preferredWidth: parent.width / 6 - 20
@@ -112,7 +112,7 @@ Item {
anchors.fill: parent
clip: true
model: []
spacing: 2
spacing: 0
header: cellListHeader
delegate: cellListDelegate
@@ -131,7 +131,7 @@ Item {
anchors.fill: parent
clip: true
model: []
spacing: 2
spacing: 0
header: cellListHeader
delegate: cellListDelegate