localfiledelegate¶
- class camelot.view.controls.delegates.localfiledelegate.LocalFileDelegate(parent=None, **kw)[source]¶
- Delegate for displaying a path on the local file system. This path can
- either point to a file or a directory
Field attributes supported by the delegate :
By default, creates a LocalFileEditor 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 :
- field_name
- directory
- save_as
- file_filter
Dynamic field attributes supported by the editor :
- editor¶
alias of LocalFileEditor