6 lines
106 B
Python
6 lines
106 B
Python
"""Shared tree data-role constants (Qt-independent)."""
|
|
|
|
# Qt.ItemDataRole.UserRole
|
|
TREE_USER_ROLE = 256
|
|
|