Extends QTableWidget with some useful functions for automatic data handling and copy / export context menu. Can automatically format and display a variety of data types (see setData() for more information.
Types allowed: 1 or 2D numpy array or metaArray 1D numpy record array list-of-lists, list-of-dicts or dict-of-lists
Clear all contents from the table.
Copy all data to clipboard.
Copy selected data to clipboard.
Save all data to file.
Save selected data to file.
Convert entire table (or just selected area) into tab-separated text values
Set the data displayed in the table. Allowed formats are: