mafw.steering_gui.dialogs.add_processor_dialog

Dialog for selecting processors to add to the pipeline.

Author:

Bulgheroni Antonio (antonio.bulgheroni@ec.europa.eu)

Description:

Display available processors in a list and return the selected names.

Classes

AddProcessorDialog(processors[, parent])

Dialog presenting a selectable list of processors.

class mafw.steering_gui.dialogs.add_processor_dialog.AddProcessorDialog(processors: list[str], parent: QWidget | None = None)[source]

Bases: QDialog

Dialog presenting a selectable list of processors.

selected_names() list[str][source]

Return the currently selected processor names.