4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to manage the list of messages to be ignored. |
7 Module implementing a dialog to manage the list of messages to be ignored. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 from PyQt5.QtCore import pyqtSlot |
10 from PyQt5.QtCore import pyqtSlot |
12 from PyQt5.QtWidgets import QDialog |
11 from PyQt5.QtWidgets import QDialog |
13 |
12 |
14 from .Ui_E5ErrorMessageFilterDialog import Ui_E5ErrorMessageFilterDialog |
13 from .Ui_E5ErrorMessageFilterDialog import Ui_E5ErrorMessageFilterDialog |