mafw.steering_gui.views.meta_editor

Editor showing metadata when the root node is selected.

Author:

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

Description:

Give users contextual guidance when the entire steering file is selected.

Classes

MetadataEditor([parent])

Provide a quick summary of the steering file when no specific section is active.

class mafw.steering_gui.views.meta_editor.MetadataEditor(parent: QWidget | None = None)[source]

Bases: QWidget

Provide a quick summary of the steering file when no specific section is active.

set_validation_level(level: ValidationLevel | None) None[source]

Update the combo to reflect the controller’s validation preference.

update_summary(analysis_name: str | None, processor_count: int, available_processors: int | None = None, available_db_modules: int | None = None, available_uis: int | None = None) None[source]

Refresh the summary labels to match the loaded model.