mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
FilterCombobox has styled combobox too
This commit is contained in:
parent
5a45a542bf
commit
051f027c90
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ class FilterComboBox(QtWidgets.QComboBox):
|
|||
|
||||
self.setFocusPolicy(QtCore.Qt.StrongFocus)
|
||||
self.setEditable(True)
|
||||
combobox_delegate = QtWidgets.QStyledItemDelegate(self)
|
||||
self.setItemDelegate(combobox_delegate)
|
||||
|
||||
filter_proxy_model = QtCore.QSortFilterProxyModel(self)
|
||||
filter_proxy_model.setFilterCaseSensitivity(QtCore.Qt.CaseInsensitive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue