The TableDialog class has this constructor:
items,caption=None,parent=None,tab=False) |
If tab = False, a dialog with one table is created and items should be a list [table_header,table_data]. If tab = True, a dialog with multiple pages is created and items should be a list of pages [page_header,table_header,table_data].
TableDialog objects have the following methods: