This commit is contained in:
Sphereso 2024-07-12 01:30:00 +02:00
commit d627deed2d

View file

@ -99,6 +99,7 @@ Rectangle {
Rectangle {
height: 50
id: rect1
width: parent.width
color: getColors().midlight
@ -116,6 +117,13 @@ Rectangle {
}
}
ScrollView {
anchors {
top: rect1.bottom
}
Layout.fillWidth: true
Layout.fillHeight: true
ListView {
id: listView
Layout.fillWidth: true
@ -141,6 +149,7 @@ Rectangle {
}
}
}
}
ListModel {
id: apiDataModel