SqlBrowser/SqlConnectionDialog.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2763
e4794166ad70
child 3057
10516539f238
equal deleted inserted replaced
2790:6686a3326df8 2791:a9577f248f04
54 54
55 self.__updateDialog() 55 self.__updateDialog()
56 56
57 def __updateDialog(self): 57 def __updateDialog(self):
58 """ 58 """
59 Private slot to update the dialog depending on it's contents. 59 Private slot to update the dialog depending on its contents.
60 """ 60 """
61 driver = self.driverCombo.currentText() 61 driver = self.driverCombo.currentText()
62 if driver.startswith("QSQLITE"): 62 if driver.startswith("QSQLITE"):
63 self.databaseEdit.setCompleter(self.databaseFileCompleter) 63 self.databaseEdit.setCompleter(self.databaseFileCompleter)
64 self.databaseFileButton.setEnabled(True) 64 self.databaseFileButton.setEnabled(True)

eric ide

mercurial