AttributesTableModel#
- class hdf5view.models.AttributesTableModel(hdf)#
- Bases: - QAbstractTableModel- Model containing any attributes of a dataset in the HDF5 file. - Attributes - Methods - AttributesTableModel.columnCount([parent])- Return the number of columns. - AttributesTableModel.data(index[, role])- Return attributes properties for display. - AttributesTableModel.headerData(section, ...)- Return data concerning the header. - AttributesTableModel.rowCount([parent])- Return the number of rows. - Update the current node path. 
 
    