message_box_base ================ .. py:module:: qfluentwidgets.components.dialog_box.message_box_base Module Contents --------------- .. autoapisummary:: qfluentwidgets.components.dialog_box.message_box_base.MessageBoxBase .. py:class:: MessageBoxBase(parent=None) Bases: :py:obj:`qfluentwidgets.components.dialog_box.mask_dialog_base.MaskDialogBase` Message box base .. py:attribute:: buttonGroup .. py:attribute:: yesButton .. py:attribute:: cancelButton .. py:attribute:: vBoxLayout .. py:attribute:: viewLayout .. py:attribute:: buttonLayout .. py:method:: validate() -> bool validate the data of form before closing dialog Returns ------- isValid: bool whether the data of form is legal .. py:method:: hideYesButton() .. py:method:: hideCancelButton()