mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added project roles to init
This commit is contained in:
parent
8ca15394a3
commit
3b060d8abf
1 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ from .projects_widget import (
|
||||||
ProjectsCombobox,
|
ProjectsCombobox,
|
||||||
ProjectsQtModel,
|
ProjectsQtModel,
|
||||||
ProjectSortFilterProxy,
|
ProjectSortFilterProxy,
|
||||||
|
PROJECT_NAME_ROLE,
|
||||||
|
PROJECT_IS_CURRENT_ROLE,
|
||||||
|
PROJECT_IS_ACTIVE_ROLE,
|
||||||
|
PROJECT_IS_LIBRARY_ROLE,
|
||||||
)
|
)
|
||||||
|
|
||||||
from .folders_widget import (
|
from .folders_widget import (
|
||||||
|
|
@ -28,6 +32,10 @@ __all__ = (
|
||||||
"ProjectsCombobox",
|
"ProjectsCombobox",
|
||||||
"ProjectsQtModel",
|
"ProjectsQtModel",
|
||||||
"ProjectSortFilterProxy",
|
"ProjectSortFilterProxy",
|
||||||
|
"PROJECT_NAME_ROLE",
|
||||||
|
"PROJECT_IS_CURRENT_ROLE",
|
||||||
|
"PROJECT_IS_ACTIVE_ROLE",
|
||||||
|
"PROJECT_IS_LIBRARY_ROLE",
|
||||||
|
|
||||||
"FoldersWidget",
|
"FoldersWidget",
|
||||||
"FoldersQtModel",
|
"FoldersQtModel",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue