[ui] more flexible filtering mechanism + filter with viewIds

This commit is contained in:
Loïc Vital 2022-11-04 18:12:30 +01:00
parent 047b6fb589
commit e24310d1a1
3 changed files with 41 additions and 48 deletions

View file

@ -188,8 +188,7 @@ FloatingPane {
id: sortedMetadataModel
model: metadataModel
sortRole: "raw"
filterRole: "raw"
filterValue: searchBar.text
filters: [{role: "raw", value: searchBar.text}]
delegate: RowLayout {
width: parent.width
Label {