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 |