mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
create base of error dialog in utils
This commit is contained in:
parent
049d0d27f9
commit
7d72481b86
3 changed files with 180 additions and 128 deletions
|
|
@ -5,10 +5,14 @@ from .widgets import (
|
|||
ExpandBtn,
|
||||
)
|
||||
|
||||
from .error_dialog import ErrorMessageBox
|
||||
|
||||
|
||||
__all__ = (
|
||||
"PlaceholderLineEdit",
|
||||
"BaseClickableFrame",
|
||||
"ClickableFrame",
|
||||
"ExpandBtn"
|
||||
"ExpandBtn",
|
||||
|
||||
"ErrorMessageBox"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue