cgilles / QtHDF5

Qt interface for accessing HDF5 files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Qt interface for accessing HDF5 files

License:MIT License


Languages

Language:C++ 99.3%Language:QMake 0.7%