Skip to content

gapost/QtHDF5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published