mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
added name to HierarchyView
This commit is contained in:
parent
e7cb98aac4
commit
207249e33c
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@ class HierarchyView(QtWidgets.QTreeView):
|
|||
|
||||
def __init__(self, dbcon, source_model, parent):
|
||||
super(HierarchyView, self).__init__(parent)
|
||||
|
||||
self.setObjectName("HierarchyView")
|
||||
|
||||
# Direct access to model
|
||||
self._source_model = source_model
|
||||
self._editors_mapping = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue