78 .setEnabled(self.specialEdit.text() != "") |
78 .setEnabled(self.specialEdit.text() != "") |
79 else: |
79 else: |
80 # should not happen |
80 # should not happen |
81 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) |
81 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) |
82 |
82 |
83 |
|
84 def getData(self): |
83 def getData(self): |
85 """ |
84 """ |
86 Public method to retrieve the entered data. |
85 Public method to retrieve the entered data. |
87 |
86 |
88 @return a tuple containing the watch expressions new properties |
87 @return a tuple containing the watch expressions new properties |