-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Say I have an itemmodel that contains a QVariantList, let's called it "names" and I want to sort it using a combobox, how would one do so with the QSortFilterModel?
SortFilterProxyModel {
id: gamesProxyModel
sourceModel: model
filters: [
AnyOf {
RegExpFilter {
roleName: "names"
pattern: comboBox.displayText
caseSensitivity: Qt.CaseInsensitive
}
]
}
This doesn't work when I try it like so.
Metadata
Metadata
Assignees
Labels
No labels