mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +02:00
[ui] more flexible filtering mechanism + filter with viewIds
This commit is contained in:
parent
047b6fb589
commit
e24310d1a1
3 changed files with 41 additions and 48 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue