jdxi_editor.ui.windows.jdxi.utils ================================= .. py:module:: jdxi_editor.ui.windows.jdxi.utils .. autoapi-nested-parse:: Utility functions for the JDXI editor UI. These functions are used to display messages, handle MIDI communication and manage MIDI input/output ports. Functions --------- .. autoapisummary:: jdxi_editor.ui.windows.jdxi.utils.show_message_box Module Contents --------------- .. py:function:: show_message_box(title: str, text: str, icon: object = QMessageBox.Critical) -> None Helper method to display a QMessageBox.