mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
columns definitions per line
This commit is contained in:
parent
81958d7461
commit
dcb51bfaf3
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,11 @@ class HierarchyView(QtWidgets.QTreeView):
|
|||
"resolutionHeight": NumberDelegate
|
||||
}
|
||||
persistent_columns = [
|
||||
"frameStart", "frameEnd", "fps", "resolutionWidth", "resolutionHeight"
|
||||
"frameStart",
|
||||
"frameEnd",
|
||||
"fps",
|
||||
"resolutionWidth",
|
||||
"resolutionHeight"
|
||||
]
|
||||
|
||||
def __init__(self, source_model, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue