# class MessageDialog



# CONSTRUCTORS

# constructor MessageDialog()

Description:

# STATIC FUNCTIONS

# static function error(parent, text)

Description:

Parameters:

  • parent: (QWidget) -
  • text: (String) -

# static function warning(parent, text)

Description:

Parameters:

  • parent: (QWidget) -
  • text: (String) -

# static function info(parent, text)

Description:

Parameters:

  • parent: (QWidget) -
  • text: (String) -

Return:

(Boolean) -

# static function question(parent, text)

Description:

Parameters:

  • parent: (QWidget) -
  • text: (String) -

Return:

(Boolean) -

# static function warningQuestion(parent, text)

Description:

Parameters:

  • parent: (QWidget) -
  • text: (String) -

Return:

(Boolean) -

Last Updated: 12/20/2022, 8:12:45 AM