StringEditor
- class caqtus.gui.autogen.StringEditor(placeholder: str = '')
Bases:
ValueEditor[str]An editor to display a string.
- Parameters:
placeholder – The text to display when the editor is empty.
Bases: ValueEditor[str]
An editor to display a string.
placeholder – The text to display when the editor is empty.