mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
implemented combobox that can have custom text
This commit is contained in:
parent
77ffca938a
commit
81469cbc54
2 changed files with 24 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from .widgets import (
|
||||
CustomTextComboBox,
|
||||
PlaceholderLineEdit,
|
||||
BaseClickableFrame,
|
||||
ClickableFrame,
|
||||
|
|
@ -28,6 +29,7 @@ from .overlay_messages import (
|
|||
|
||||
|
||||
__all__ = (
|
||||
"CustomTextComboBox",
|
||||
"PlaceholderLineEdit",
|
||||
"BaseClickableFrame",
|
||||
"ClickableFrame",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue