mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
added placeholder
This commit is contained in:
parent
bedd605d2e
commit
cd7351aa52
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ class FilterValueItemsView(QtWidgets.QWidget):
|
|||
super().__init__(parent)
|
||||
|
||||
filter_input = QtWidgets.QLineEdit(self)
|
||||
filter_input.setPlaceholderText("Filter items...")
|
||||
|
||||
# Timeout is used to delay the filter focus change on 'showEvent'
|
||||
# - the focus is changed to something else if is not delayed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue