Custom delegate for integer values
Field attributes supported by the delegate :
- unicode_format
By default, creates a IntegerEditor as its editor.
| Field Attributes | Editor |
| editable=False tooltip=’tooltip’ |
|
| editable=True |
|
| editable=True tooltip=’tooltip’ |
|
| editable=False |
|
| editable=False background_color=ColorScheme.green |
|
| editable=True background_color=ColorScheme.green |
|
Static attributes supported by this editor :
- minimum
- maximum
- calculator
- option
- field_name
Dynamic field attributes supported by the editor :
- editable
- background_color
- tooltip
- prefix
- suffix
- nullable
- single_step
alias of IntegerEditor