jdxi_editor.ui.editors.helpers.widgets ====================================== .. py:module:: jdxi_editor.ui.editors.helpers.widgets Functions --------- .. autoapisummary:: jdxi_editor.ui.editors.helpers.widgets.set_widget_value_safely Module Contents --------------- .. py:function:: set_widget_value_safely(widget: PySide6.QtWidgets.QWidget, value: int) -> None Block signals for the widget, set its value, then unblock signals. :param widget: The widget whose value is to be set. :param value: The value to set on the widget.