eric6.E5Gui.E5ErrorMessageFilterDialog

Module implementing a dialog to manage the list of messages to be ignored.

Global Attributes

None

Classes

E5ErrorMessageFilterDialog Class implementing a dialog to manage the list of messages to be ignored.

Functions

None


E5ErrorMessageFilterDialog

Class implementing a dialog to manage the list of messages to be ignored.

Derived from

QDialog, Ui_E5ErrorMessageFilterDialog

Class Attributes

None

Class Methods

None

Methods

E5ErrorMessageFilterDialog Constructor
getFilters Public method to get the list of message filters.

Static Methods

None

E5ErrorMessageFilterDialog (Constructor)

E5ErrorMessageFilterDialog(messageFilters, parent=None)

Constructor

messageFilters
list of message filters to be edited (list of strings)
parent
reference to the parent widget (QWidget)

E5ErrorMessageFilterDialog.getFilters

getFilters()

Public method to get the list of message filters.

Returns:
error message filters (list of strings)
Up