63 if not special: |
63 if not special: |
64 self.conditionEdit.setFocus() |
64 self.conditionEdit.setFocus() |
65 else: |
65 else: |
66 self.specialEdit.setFocus() |
66 self.specialEdit.setFocus() |
67 |
67 |
|
68 msh = self.minimumSizeHint() |
|
69 self.resize(max(self.width(), msh.width()), msh.height()) |
|
70 |
68 def __textChanged(self, txt): |
71 def __textChanged(self, txt): |
69 """ |
72 """ |
70 Private slot to handle the text changed signal of the condition line |
73 Private slot to handle the text changed signal of the condition line |
71 edit. |
74 edit. |
72 |
75 |