Exemplo n.º 1
0
 def __init__(self, database_connection):
     logging.debug("[TableListViewerWidget] init with connection: %s" % database_connection)
     self.database_connection = database_connection
     FullListWidget.__init__(self, self.get_table_list())
Exemplo n.º 2
0
 def __init__(self, database_connection, table_name):
     self.database_connection = database_connection
     self.table_name = table_name
     FullListWidget.__init__(self, self.get_table_columns_list())
Exemplo n.º 3
0
 def __init__(self, database_connection, table_name):
     self.database_connection = database_connection
     self.table_name = table_name
     FullListWidget.__init__(self, self.get_table_columns_list())
Exemplo n.º 4
0
 def __init__(self, database_connection):
     logging.debug("[TableListViewerWidget] init with connection: %s" %
                   database_connection)
     self.database_connection = database_connection
     FullListWidget.__init__(self, self.get_table_list())
Exemplo n.º 5
0
 def __init__(self):
     FullListWidget.__init__(self, zip(*self.widgets_to_test)[0])
Exemplo n.º 6
0
 def __init__(self):
     FullListWidget.__init__(self, zip(*self.widgets_to_test)[0])