filedelegate¶
- class camelot.view.controls.delegates.filedelegate.FileDelegate(parent=None, editable=True, **kwargs)[source]¶
- Delegate for camelot.types.File columns. Expects values of type
- camelot.core.files.storage.StoredFile.
By default, creates a FileEditor 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 :
- storage
- field_name
- remove_original
- actions
Dynamic field attributes supported by the editor :
- editor¶
alias of FileEditor