DataTableModel#
- class hdf5view.models.DataTableModel(hdf)#
Bases:
QAbstractTableModelModel containing the data in the dataset in the HDF5 file.
Attributes
Methods
DataTableModel.columnCount([parent])Return the number of columns.
DataTableModel.data(index[, role])Return table data for display.
DataTableModel.headerData(section, ...)Return data concerning the header.
DataTableModel.rowCount([parent])Return the number of rows.
DataTableModel.set_dims(dims)Set the dimensions of the model.
Update the current node path.