Debugger/EditWatchpointDialog.py

branch
Py2 comp.
changeset 2677
3d4277929fb3
parent 2525
8b507a9a2d40
parent 2632
94121e2f55b9
child 3057
10516539f238
equal deleted inserted replaced
2670:e60ea6cb8e11 2677:3d4277929fb3
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

eric ide

mercurial