jdxi_editor.ui.layout.helper

Functions

add_round_button(icon_enum, text, slot, layout)

Add a round button + icon/label row (Transport style). Returns the button.

add_round_button_from_spec(→ PySide6.QtWidgets.QPushButton)

Uses a Spec to add a round button + icon/label row (Transport style). Returns the button.

Module Contents

jdxi_editor.ui.layout.helper.add_round_button(icon_enum, text: str, slot, layout: PySide6.QtWidgets.QHBoxLayout)[source]

Add a round button + icon/label row (Transport style). Returns the button.

jdxi_editor.ui.layout.helper.add_round_button_from_spec(spec: picoui.specs.widgets.ButtonSpec) PySide6.QtWidgets.QPushButton[source]

Uses a Spec to add a round button + icon/label row (Transport style). Returns the button.