SqlBrowser/SqlConnectionDialog.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2302
f29e9405c851
child 2791
a9577f248f04
child 2965
d133c7edd88a
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
52 52
53 self.__updateDialog() 53 self.__updateDialog()
54 54
55 def __updateDialog(self): 55 def __updateDialog(self):
56 """ 56 """
57 Private slot to update the dialog depending on it's contents. 57 Private slot to update the dialog depending on its contents.
58 """ 58 """
59 driver = self.driverCombo.currentText() 59 driver = self.driverCombo.currentText()
60 if driver.startswith("QSQLITE"): 60 if driver.startswith("QSQLITE"):
61 self.databaseEdit.setCompleter(self.databaseFileCompleter) 61 self.databaseEdit.setCompleter(self.databaseFileCompleter)
62 self.databaseFileButton.setEnabled(True) 62 self.databaseFileButton.setEnabled(True)

eric ide

mercurial