Tasks/TaskFilterConfigDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
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)

eric ide

mercurial