jdxi_editor.ui.editors.helpers.widgets

Functions

set_widget_value_safely(→ None)

Block signals for the widget, set its value, then unblock signals.

Module Contents

jdxi_editor.ui.editors.helpers.widgets.set_widget_value_safely(widget: PySide6.QtWidgets.QWidget, value: int) None[source]

Block signals for the widget, set its value, then unblock signals.

Parameters:
  • widget – The widget whose value is to be set.

  • value – The value to set on the widget.