Debugger/EditWatchpointDialog.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2302
f29e9405c851
child 2677
3d4277929fb3
child 2988
f53c03574697
child 3163
9f50365a0870
equal deleted inserted replaced
2630:d2051b6c5658 2631:06f866e83d3a
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

eric ide

mercurial