Beispiel #1
0
    def set_session(self, session):
        LOGGER.debug("AdminSessionWidget.set_session(%s)"% session)
        PostgresSessionWidget.set_session(self, session)
        for tool in self.sql_tools:
            tool.set_connection(session)

        self.tab_widget.parent().setWindowTitle(session.description)
 def set_session(self, session):
     PostgresSessionWidget.set_session(self, session)
     self.update_status()
 def __init__(self, parent=None):
     QtGui.QStackedWidget.__init__(self, parent)
     PostgresSessionWidget.__init__(self, parent)
Beispiel #4
0
 def __init__(self, parent=None):
     self.sql_tools = []
     PostgresSessionWidget.__init__(self, parent)
Beispiel #5
0
 def set_session(self, session):
     PostgresSessionWidget.set_session(self, session)
     self.update_status()
Beispiel #6
0
 def __init__(self, parent=None):
     QtGui.QStackedWidget.__init__(self, parent)
     PostgresSessionWidget.__init__(self, parent)