mafw.steering_gui.utils

Helper utilities for the steering GUI.

mafw.steering_gui.utils.block_signals(*widgets: QObject) Iterator[None][source]

Temporarily disable Qt signals for a set of widgets.

mafw.steering_gui.utils.coerce_name(text: str) str[source]

Replace any whitespace in the provided text with underscores.

Modules

constants

Shared constants for the steering GUI.

exception_handling

GUI exception handling utilities for the steering application.

gui_helpers

Reusable GUI helpers shared across the steering GUI views.