搜索资源列表
TestMyHdf
- 读写HDF5文件,可以帮助对HDF5开发的人对其文件结构更快的了解。-Read and wirte HDF5 file,This can help who devolop HDF5,they can known the struct of hdf5 file through the app
CreateProperty
- Qt开发中经常用到的QObject 属性生成器。只要简单的输入QObject 名字, 属性 和属性类型,就能够生成一个对应的 .h 和 .cpp 文件,生成的文件可以直接添加到工程中编译运行。-Qt QObject property builder.you just need input QObject name, property name and property type, app will create corresponding .h and .cpp .