mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
8 lines
158 B
Python
8 lines
158 B
Python
from Qt import QtCore
|
|
|
|
|
|
FAMILY_ROLE = QtCore.Qt.UserRole + 1
|
|
ITEM_ID_ROLE = QtCore.Qt.UserRole + 2
|
|
|
|
SEPARATOR = "---"
|
|
SEPARATORS = {"---", "---separator---"}
|