FormDeviceConfigurationEditor
- class caqtus.gui.condetrol.device_configuration_editors.FormDeviceConfigurationEditor( )
Bases:
DeviceConfigurationEditor,GenericDisplays a list of fields to edit the configuration of a device.
Widgets of this class initially only present a single field to edit the remote server name.
Other device specific fields can be added by calling the
insert_row()method.- get_configuration() T
Return a new configuration with fields updated from the UI.
- Returns:
A copy of the configuration that was passed to the constructor with the remote server field updated to the value set in the UI.
Subclasses should override this method to update other fields as well.