implemented combobox that can have custom text

This commit is contained in:
iLLiCiTiT 2022-07-12 23:25:44 +02:00
parent 77ffca938a
commit 81469cbc54
2 changed files with 24 additions and 0 deletions

View file

@ -1,4 +1,5 @@
from .widgets import (
CustomTextComboBox,
PlaceholderLineEdit,
BaseClickableFrame,
ClickableFrame,
@ -28,6 +29,7 @@ from .overlay_messages import (
__all__ = (
"CustomTextComboBox",
"PlaceholderLineEdit",
"BaseClickableFrame",
"ClickableFrame",