mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Switch columns
This commit is contained in:
parent
a8909889c4
commit
1eae84fd49
1 changed files with 4 additions and 4 deletions
|
|
@ -138,8 +138,8 @@ class SubsetsModel(TreeModel, BaseRepresentationModel):
|
|||
"duration",
|
||||
"handles",
|
||||
"step",
|
||||
"repre_info",
|
||||
"loaded_in_scene"
|
||||
"loaded_in_scene",
|
||||
"repre_info"
|
||||
]
|
||||
|
||||
column_labels_mapping = {
|
||||
|
|
@ -153,8 +153,8 @@ class SubsetsModel(TreeModel, BaseRepresentationModel):
|
|||
"duration": "Duration",
|
||||
"handles": "Handles",
|
||||
"step": "Step",
|
||||
"repre_info": "Availability",
|
||||
"loaded_in_scene": "In scene"
|
||||
"loaded_in_scene": "In scene",
|
||||
"repre_info": "Availability"
|
||||
}
|
||||
|
||||
SortAscendingRole = QtCore.Qt.UserRole + 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue