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 |