Merge branch 'main' of https://git.missing.ninja/LF2/Alisa
This commit is contained in:
commit
d627deed2d
1 changed files with 26 additions and 17 deletions
|
@ -99,6 +99,7 @@ Rectangle {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
height: 50
|
height: 50
|
||||||
|
id: rect1
|
||||||
width: parent.width
|
width: parent.width
|
||||||
color: getColors().midlight
|
color: getColors().midlight
|
||||||
|
|
||||||
|
@ -116,6 +117,13 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ScrollView {
|
||||||
|
anchors {
|
||||||
|
top: rect1.bottom
|
||||||
|
}
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.fillHeight: true
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: listView
|
id: listView
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
@ -141,6 +149,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
id: apiDataModel
|
id: apiDataModel
|
||||||
|
|
Loading…
Reference in a new issue