IntegerEditor
- class caqtus.gui.autogen.IntegerEditor(min_value=0, max_value=999, prefix: str = '', suffix: str = '')
Bases:
ValueEditor[int]An editor to display an integer.
- Parameters:
min_value – The lowest value (inclusive) that can be entered.
max_value – The largest value (inclusive) that can be entered.
prefix – A string to be displayed before the number.
suffix – A string to be displayed after the number.