mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
OP-1906 - refactor - roles in Site Sync Queue
Used new role wrere possible. RepresentationModel stuck with old roles, much more complicated refactor needed in the future.
This commit is contained in:
parent
a3a6fbe8ac
commit
93514721da
4 changed files with 98 additions and 67 deletions
|
|
@ -13,7 +13,11 @@ LOCAL_PROVIDER_ROLE = QtCore.Qt.UserRole + 500
|
|||
REMOTE_PROVIDER_ROLE = QtCore.Qt.UserRole + 501
|
||||
LOCAL_PROGRESS_ROLE = QtCore.Qt.UserRole + 502
|
||||
REMOTE_PROGRESS_ROLE = QtCore.Qt.UserRole + 503
|
||||
DATE_ROLE = QtCore.Qt.UserRole + 504
|
||||
FAILED_ROLE = QtCore.Qt.UserRole + 505
|
||||
HEADER_NAME_ROLE = QtCore.Qt.UserRole + 506
|
||||
EDIT_ICON_ROLE = QtCore.Qt.UserRole + 507
|
||||
LOCAL_AVAILABILITY_ROLE = QtCore.Qt.UserRole + 504
|
||||
REMOTE_AVAILABILITY_ROLE = QtCore.Qt.UserRole + 505
|
||||
LOCAL_DATE_ROLE = QtCore.Qt.UserRole + 506
|
||||
REMOTE_DATE_ROLE = QtCore.Qt.UserRole + 507
|
||||
LOCAL_FAILED_ROLE = QtCore.Qt.UserRole + 508
|
||||
REMOTE_FAILED_ROLE = QtCore.Qt.UserRole + 509
|
||||
HEADER_NAME_ROLE = QtCore.Qt.UserRole + 510
|
||||
EDIT_ICON_ROLE = QtCore.Qt.UserRole + 511
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue