69 else: |
69 else: |
70 E5MessageBox.critical( |
70 E5MessageBox.critical( |
71 None, |
71 None, |
72 self.trUtf8('Process Generation Error'), |
72 self.trUtf8('Process Generation Error'), |
73 errMsg) |
73 errMsg) |
|
74 |
|
75 msh = self.minimumSizeHint() |
|
76 self.resize(max(self.width(), msh.width()), msh.height()) |
74 |
77 |
75 @pyqtSlot(str) |
78 @pyqtSlot(str) |
76 def on_nameEdit_textChanged(self, text): |
79 def on_nameEdit_textChanged(self, text): |
77 """ |
80 """ |
78 Private slot to handle changes of the site name. |
81 Private slot to handle changes of the site name. |