15 |
15 |
16 class TaskFilterConfigDialog(QDialog, Ui_TaskFilterConfigDialog): |
16 class TaskFilterConfigDialog(QDialog, Ui_TaskFilterConfigDialog): |
17 """ |
17 """ |
18 Class implementing the task filter configuration dialog. |
18 Class implementing the task filter configuration dialog. |
19 """ |
19 """ |
20 def __init__(self, taskFilter, parent = None): |
20 def __init__(self, taskFilter, parent=None): |
21 """ |
21 """ |
22 Constructor |
22 Constructor |
23 |
23 |
24 @param taskFilter the task filter object to be configured |
24 @param taskFilter the task filter object to be configured |
25 @param parent the parent widget (QWidget) |
25 @param parent the parent widget (QWidget) |