Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyQt-Fluent-Widgets
PyQt-Fluent-Widgets

Contents

  • Quick start
  • Designer
  • Settings
  • Theme
  • Navigation
  • Icon
  • License
  • Gallery
  • See also
  • API Reference
    • qfluentwidgets
      • common
        • animation
        • auto_wrap
        • color
        • config
        • exception_handler
        • font
        • icon
        • image_utils
        • overload
        • router
        • screen
        • smooth_scroll
        • style_sheet
        • theme_listener
        • translator
      • components
        • date_time
          • calendar_picker
          • calendar_view
          • date_picker
          • fast_calendar_view
          • picker_base
          • time_picker
        • dialog_box
          • color_dialog
          • dialog
          • folder_list_dialog
          • mask_dialog_base
          • message_box_base
          • message_dialog
        • layout
          • expand_layout
          • flow_layout
          • v_box_layout
        • material
          • acrylic_combo_box
          • acrylic_flyout
          • acrylic_line_edit
          • acrylic_menu
          • acrylic_tool_tip
          • acrylic_widget
        • navigation
          • breadcrumb
          • navigation_bar
          • navigation_interface
          • navigation_panel
          • navigation_widget
          • pivot
          • segmented_widget
        • settings
          • custom_color_setting_card
          • expand_setting_card
          • folder_list_setting_card
          • options_setting_card
          • setting_card
          • setting_card_group
        • widgets
          • acrylic_label
          • button
          • card_widget
          • check_box
          • combo_box
          • command_bar
          • cycle_list_widget
          • flip_view
          • flyout
          • frameless_window
          • icon_widget
          • info_badge
          • info_bar
          • label
          • line_edit
          • list_view
          • menu
          • model_combo_box
          • pips_pager
          • progress_bar
          • progress_ring
          • scroll_area
          • scroll_bar
          • separator
          • slider
          • spin_box
          • stacked_widget
          • state_tool_tip
          • switch_button
          • tab_view
          • table_view
          • teaching_tip
          • tool_tip
          • tree_view
      • multimedia
        • media_play_bar
        • media_player
        • video_widget
      • window
        • fluent_window
        • splash_screen
        • stacked_widget
Back to top
View this page

message_box_base¶

Module Contents¶

MessageBoxBase

Message box base

class MessageBoxBase(parent=None)¶

Bases: qfluentwidgets.components.dialog_box.mask_dialog_base.MaskDialogBase

Message box base

buttonGroup¶
yesButton¶
cancelButton¶
vBoxLayout¶
viewLayout¶
buttonLayout¶
validate() → bool¶

validate the data of form before closing dialog

Returns¶

isValid: bool

whether the data of form is legal

hideYesButton()¶
hideCancelButton()¶
Next
message_dialog
Previous
mask_dialog_base
Copyright © 2021, zhiyiYo
Made with Sphinx and @pradyunsg's Furo
On this page
  • message_box_base
    • Module Contents
      • MessageBoxBase
        • MessageBoxBase.buttonGroup
        • MessageBoxBase.yesButton
        • MessageBoxBase.cancelButton
        • MessageBoxBase.vBoxLayout
        • MessageBoxBase.viewLayout
        • MessageBoxBase.buttonLayout
        • MessageBoxBase.validate()
        • MessageBoxBase.hideYesButton()
        • MessageBoxBase.hideCancelButton()