jdxi_editor.ui.widgets.delegates.play_button ============================================ .. py:module:: jdxi_editor.ui.widgets.delegates.play_button Classes ------- .. autoapisummary:: jdxi_editor.ui.widgets.delegates.play_button.PlayButtonDelegate Module Contents --------------- .. py:class:: PlayButtonDelegate(parent=None, play_callback=None) Bases: :py:obj:`PySide6.QtWidgets.QStyledItemDelegate` Delegate for Play button in table. .. py:attribute:: play_callback :value: None .. py:method:: paint(painter, option, index) Draw a play button. .. py:method:: editorEvent(event, model, option, index) Handle button click. .. py:method:: sizeHint(option, index) Return button size.