jdxi_editor.ui.windows.jdxi.utils

Utility functions for the JDXI editor UI.

These functions are used to display messages, handle MIDI communication and manage MIDI input/output ports.

Functions

show_message_box(→ None)

Helper method to display a QMessageBox.

Module Contents

jdxi_editor.ui.windows.jdxi.utils.show_message_box(title: str, text: str, icon: object = QMessageBox.Critical) None[source]

Helper method to display a QMessageBox.