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 """ |