You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show outputs using a vertical layout of checkboxes (instead of list, avoids need to use shift or ctrl ubttons)?
Show extended outputs as combo-box, so they are mostly hidden by default
Fix some UI logic around enabling/disabling buttons, make sure things can be run again, ...
Implement mappable widget wrapping arbitrary other widgets, where rows can be added/removed, yielding a tuple of parameter values. Probably add a mappable field to class Parameter to enable this.
Low hanging fruit for look&feel: Type formatting, description display, ...
Split out workflow&output selection to its own widget, make it displayable in a tab (param settings should be in second tab).
Parameter that can take existing Python object as input. The widget should parse the global namespace (maybe similar to https://github.com/scipp/scipp/edit/main/src/scipp/object_list.py?), providing a drop-down list of objects to select from. May be filtered by type.
This is an overview of essentials to resolve for a first public version of the widgets:
Selected
BinEdgeWidget
and improvedBinEdgeParam
#59.mappable
field toclass Parameter
to enable this.Needs more thought
FilenameWidget
?The text was updated successfully, but these errors were encountered: