Пример #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())
Пример #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())
Пример #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())
Пример #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())
Пример #5
0
 def __init__(self):
     FullListWidget.__init__(self, zip(*self.widgets_to_test)[0])
Пример #6
0
 def __init__(self):
     FullListWidget.__init__(self, zip(*self.widgets_to_test)[0])