mafw.steering_gui.views.ui_editor

Editor for selecting the user interface defined in a steering file.

Author:

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

Description:

Allow the user to pick which UI plugin should drive execution.

Classes

UIEditor([parent])

Widget that exposes the configured user interface and allows switching it.

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

Bases: QWidget

Widget that exposes the configured user interface and allows switching it.

set_available_interfaces(names: Iterable[str] | None) None[source]

Populate the combo box once plugins have produced their UI list.

set_current_interface(interface: str | None) None[source]

Request the combobox to display a specific interface without emitting signals.