AttributeOverride
- class caqtus.gui.autogen.AttributeOverride(
- label: str | None = attr_dict['label'].default,
- editor_factory: EditorFactory | None = attr_dict['editor_factory'].default,
- tooltip: str | None = attr_dict['tooltip'].default,
- order: int = attr_dict['order'].default,
Bases:
objectOverrides for the automatic generation of an attribute editor.
- editor_factory
The editor factory to use for the attribute.
- Type:
caqtus.gui.autogen._editor_builder._editor_builder.EditorFactory | None