message_dialog ============== .. py:module:: qfluentwidgets.components.dialog_box.message_dialog Module Contents --------------- .. autoapisummary:: qfluentwidgets.components.dialog_box.message_dialog.MessageDialog .. py:class:: MessageDialog(title: str, content: str, parent) Bases: :py:obj:`qfluentwidgets.components.dialog_box.mask_dialog_base.MaskDialogBase` Win10 style message dialog box with a mask .. py:attribute:: yesSignal .. py:attribute:: cancelSignal .. py:attribute:: content .. py:attribute:: titleLabel .. py:attribute:: contentLabel .. py:attribute:: yesButton .. py:attribute:: cancelButton