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