ProjectPyramid/CreateParametersDialog.py

changeset 67
ee1b8938c30f
parent 63
f249a66da0d5
child 71
8a78fab32c18
equal deleted inserted replaced
66:c8f88c9e4453 67:ee1b8938c30f
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.

eric ide

mercurial