native: table srewable
This commit is contained in:
parent
e26c33533f
commit
f1001578d5
1 changed files with 24 additions and 19 deletions
|
@ -104,6 +104,10 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
ListView {
|
||||
id: listView
|
||||
Layout.fillWidth: true
|
||||
|
@ -131,6 +135,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ListModel {
|
||||
id: apiDataModel
|
||||
|
|
Loading…
Reference in a new issue