Report is an report engine similar to Jasper or Crystal Reports. It can be embedded quite easily in any Qt application.
Report has an integrated preview with search and export (in diffrent formats) capabilities.
Report comes with a visual designer (reportDesigner).
Report can be extended very easy. No XML is required just a simple subclass of ItemInterface class. For more informations see (libs/report/iteminterface.h).
Requirements:
· Qt 4.x
How to compile:
./qmake_settings
cd libs
qmake && make && make install
cd ..plugins
qmake && make && make install
cd ..apps
qmake && make && make install
ldconfig
reportDesigner
What's New in This Release:
· cleanup
· activate -> triggered signal for qaction
Product's homepage