views#

Contains the main HDF5 container widget and implementations of QAbstractItemView (ImageView and PlotView), which allow images and y(x) plots to be shown.

Classes

HDF5Widget(hdf)

Main HDF5 view container widget.

ImageView(model, dims_model)

Shows a greyscale or rgb(a) image view of the associated ImageModel.

PlotView(model, dims_model)

Shows a plot view of the associated PlotModel.