Tasks/TaskPropertiesDialog.py

changeset 2196
b5ca7665e928
parent 1509
c0b5e693b0eb
child 2197
c4f24f8f34c0
child 2303
0ed4ed026c16
equal deleted inserted replaced
2195:d6cbd81fb692 2196:b5ca7665e928
54 Public slot to set the dialog to read only mode. 54 Public slot to set the dialog to read only mode.
55 """ 55 """
56 self.descriptionEdit.setReadOnly(True) 56 self.descriptionEdit.setReadOnly(True)
57 self.completedCheckBox.setEnabled(False) 57 self.completedCheckBox.setEnabled(False)
58 self.priorityCombo.setEnabled(False) 58 self.priorityCombo.setEnabled(False)
59 self.projectCheckBox.setEnabled(False)
59 60
60 def getData(self): 61 def getData(self):
61 """ 62 """
62 Public method to retrieve the dialogs data. 63 Public method to retrieve the dialogs data.
63 64

eric ide

mercurial