jdxi_editor.ui.layout.helper ============================ .. py:module:: jdxi_editor.ui.layout.helper Functions --------- .. autoapisummary:: jdxi_editor.ui.layout.helper.add_round_button jdxi_editor.ui.layout.helper.add_round_button_from_spec Module Contents --------------- .. py:function:: add_round_button(icon_enum, text: str, slot, layout: PySide6.QtWidgets.QHBoxLayout) Add a round button + icon/label row (Transport style). Returns the button. .. py:function:: add_round_button_from_spec(spec: picoui.specs.widgets.ButtonSpec) -> PySide6.QtWidgets.QPushButton Uses a Spec to add a round button + icon/label row (Transport style). Returns the button.