mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
DBManager -> Browser synchronization
Reload/refresh the browser tree and source select connection items when connections, tables etc. change in the DBManager Note that this is uni-directional: changes in the browser tree are not (yet) propagated to the DBManager
This commit is contained in:
parent
fc561d0375
commit
7a1b9f970b
@ -57,6 +57,7 @@ class DBManager(QMainWindow):
|
||||
|
||||
self.tabs.currentChanged.connect(self.tabChanged)
|
||||
self.tree.selectedItemChanged.connect(self.itemChanged)
|
||||
self.tree.model().dataChanged.connect(self.iface.reloadConnections)
|
||||
self.itemChanged(None)
|
||||
|
||||
def closeEvent(self, e):
|
||||
|
Loading…
x
Reference in New Issue
Block a user