adding a proxyModel
This commit is contained in:
parent
1c1140915e
commit
13c8704bdc
4 changed files with 25 additions and 2 deletions
|
@ -125,7 +125,7 @@ Item {
|
|||
id: searchField
|
||||
height: parent.height
|
||||
width: parent.width - 40
|
||||
onAccepted: showPassiveNotification(searchField.text, 3000)
|
||||
onAccepted: songsqlmodel.setFilterRegExp(searchField.text)
|
||||
}
|
||||
}
|
||||
/* visible: selectedLibrary == "songs" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue