ProjectDjango/DjangoLoaddataDataDialog.py

changeset 44
ae62ba409285
parent 31
a632d10fdb7c
child 47
19da3417eb3d
equal deleted inserted replaced
43:a777247ac5c2 44:ae62ba409285
34 self.setupUi(self) 34 self.setupUi(self)
35 35
36 self.__project = project 36 self.__project = project
37 37
38 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) 38 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
39
40 msh = self.minimumSizeHint()
41 self.resize(max(self.width(), msh.width()), msh.height())
39 42
40 @pyqtSlot(str) 43 @pyqtSlot(str)
41 def on_fixturesEdit_textChanged(self, txt): 44 def on_fixturesEdit_textChanged(self, txt):
42 """ 45 """
43 Private slot to handle a change of the fixtures text. 46 Private slot to handle a change of the fixtures text.

eric ide

mercurial