SqlBrowser/SqlConnectionWidget.py

changeset 1532
df0c2a045c72
parent 1509
c0b5e693b0eb
child 2094
88620e11c67c
child 2303
0ed4ed026c16
equal deleted inserted replaced
1530:e008f34c245b 1532:df0c2a045c72
81 itm.setText(0, table) 81 itm.setText(0, table)
82 82
83 if not foundActiveDb and connectionNames: 83 if not foundActiveDb and connectionNames:
84 self.__activeDb = connectionNames[0] 84 self.__activeDb = connectionNames[0]
85 self.__setActive(self.__connectionTree.topLevelItem(0)) 85 self.__setActive(self.__connectionTree.topLevelItem(0))
86
87 self.__connectionTree.doItemsLayout()
88 86
89 def showSchema(self): 87 def showSchema(self):
90 """ 88 """
91 Public slot to show schema data of a database. 89 Public slot to show schema data of a database.
92 """ 90 """

eric ide

mercurial