qmm.dialogs module

Contains a bunch of helper function to display Qt’s dialogs.

class qmm.dialogs.SplashProgress(parent, title, message)[source]

Bases: QDialog, qmm.ui_qprogress.Ui_Dialog

progress(text: str, category: Optional[str] = None)[source]
qmm.dialogs.q_error(message, **kwargs)[source]

Helper function to show an error dialog.

qmm.dialogs.q_information(message, **kwargs)[source]

Helper function to show an informational dialog.

qmm.dialogs.q_warning(message, **kwargs)[source]

Helper function to show a warning dialog.

qmm.dialogs.q_warning_yes_no(message, **kwargs)[source]

Helper function to show an Y/N warning dialog.