mafw.steering_gui.utils.gui_helpers

Reusable GUI helpers shared across the steering GUI views.

Functions

block_signals(*widgets)

Temporarily disable Qt signals for a set of widgets.

coerce_name(text)

Replace any whitespace in the provided text with underscores.

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

Temporarily disable Qt signals for a set of widgets.

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

Replace any whitespace in the provided text with underscores.