Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 763 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 763 Bytes

QtHDF5

part of QDaq (https://gitlab.com/qdaq/qdaq) - Qt-based Data Acquisition

QtHDF5 is a set of classes for accessing HDF5 files from Qt based code.

It is similar to other C++ interfaces for HDF5 (e.g. ess-dmsc/h5cpp) however it is easier to use from within a Qt project since it does not have any dependecies other than QtCore and the HDF5 C-API.

The QMetaType system is utilized internally for handling the type conversions during reading/writing of HDF5 data.

QtHDF5 can be used very efficiently when creating Qt UIs for viewing/presenting HDF5 data. See the hdf5browser application in the examples. A screenshot is shown here:

image