mafw.steering_gui.dialogs
Dialog helpers for the steering GUI package.
- Author:
Bulgheroni Antonio (antonio.bulgheroni@ec.europa.eu)
- Description:
expose dialog widgets such as AboutDialog to other modules.
- class mafw.steering_gui.dialogs.AboutDialog(parent: QWidget | None = None)[source]
Bases:
QDialogShow the About page for MAFw and the steering GUI.
- Parameters:
parent – Optional parent widget for window hierarchy.
- class mafw.steering_gui.dialogs.AddProcessorDialog(processors: list[str], parent: QWidget | None = None)[source]
Bases:
QDialogDialog presenting a selectable list of processors.
- class mafw.steering_gui.dialogs.SteeringTextEditor(controller: SteeringController, parent: QWidget | None = None)[source]
Bases:
QDialogDialog that lets users edit the steering file directly as TOML.
Modules
Dialog presenting metadata about the Steering GUI application. |
|
Dialog for selecting fields for field filters. |
|
Dialog for selecting filter models to add. |
|
Dialog for selecting processors to add to the pipeline. |
|
Dialog for manual editing of steering files in TOML format. |
|
Dialog that lets the user review validation issues and optionally save anyway. |