mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
use PlaceholderLineEdit in subsets widget
This commit is contained in:
parent
93225171f7
commit
975df8b4bf
1 changed files with 5 additions and 2 deletions
|
|
@ -16,7 +16,10 @@ from openpype.tools.utils.delegates import (
|
|||
VersionDelegate,
|
||||
PrettyTimeDelegate
|
||||
)
|
||||
from openpype.tools.utils.widgets import OptionalMenu
|
||||
from openpype.tools.utils.widgets import (
|
||||
OptionalMenu,
|
||||
PlaceholderLineEdit
|
||||
)
|
||||
from openpype.tools.utils.views import (
|
||||
TreeViewSpinner,
|
||||
DeselectableTreeView
|
||||
|
|
@ -175,7 +178,7 @@ class SubsetWidget(QtWidgets.QWidget):
|
|||
family_proxy = FamiliesFilterProxyModel()
|
||||
family_proxy.setSourceModel(proxy)
|
||||
|
||||
subset_filter = QtWidgets.QLineEdit(self)
|
||||
subset_filter = PlaceholderLineEdit(self)
|
||||
subset_filter.setPlaceholderText("Filter subsets..")
|
||||
|
||||
group_checkbox = QtWidgets.QCheckBox("Enable Grouping", self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue