SqlBrowser/SqlConnectionDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
54 drivers.remove("QTDS7") 54 drivers.remove("QTDS7")
55 55
56 self.driverCombo.addItems(drivers) 56 self.driverCombo.addItems(drivers)
57 57
58 self.__updateDialog() 58 self.__updateDialog()
59
60 msh = self.minimumSizeHint()
61 self.resize(max(self.width(), msh.width()), msh.height())
59 62
60 def __updateDialog(self): 63 def __updateDialog(self):
61 """ 64 """
62 Private slot to update the dialog depending on its contents. 65 Private slot to update the dialog depending on its contents.
63 """ 66 """

eric ide

mercurial