floatdelegate¶
- class camelot.view.controls.delegates.floatdelegate.FloatDelegate(minimum=-999999999999999.0, maximum=1000000000000000.0, parent=None, unicode_format=None, **kwargs)[source]¶
Custom delegate for float values
Field attributes supported by the delegate :
By default, creates a FloatEditor 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
- decimal
- option
- field_name
Dynamic field attributes supported by the editor :
- editor¶
alias of FloatEditor