spinetoolbox.widgets.map_value_editor

An editor dialog for map indexes and values.

Module Contents

Classes

MapValueEditor

Dialog for editing parameter values in Map value editor.

class spinetoolbox.widgets.map_value_editor.MapValueEditor(index, parent=None)[source]

Bases: spinetoolbox.widgets.parameter_value_editor_base.ParameterValueEditorBase

Dialog for editing parameter values in Map value editor.

Parameters
  • index (QModelIndex) – an index to a parameter_value in parent_model

  • parent (QWidget, optional) – a parent widget

_set_data(value)[source]

See base class.