Debugger/EditWatchpointDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3366
6084bb3c3911
child 3656
441956d8fce5
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
65 if not special: 65 if not special:
66 self.conditionEdit.setFocus() 66 self.conditionEdit.setFocus()
67 else: 67 else:
68 self.specialEdit.setFocus() 68 self.specialEdit.setFocus()
69 69
70 msh = self.minimumSizeHint()
71 self.resize(max(self.width(), msh.width()), msh.height())
72
70 def __textChanged(self, txt): 73 def __textChanged(self, txt):
71 """ 74 """
72 Private slot to handle the text changed signal of the condition line 75 Private slot to handle the text changed signal of the condition line
73 edit. 76 edit.
74 77

eric ide

mercurial