/KDReports

Qt library for generating printable and exportable reports from code and from XML descriptions.

Primary LanguageC++OtherNOASSERTION

KDReports

A fork of KDAB KDReports library which could be compiled directly without the need to configure using python. It just includes core of the library without examples, unittests, ...

Changes:

  • Builds as a static lib without any dependency
  • Added locale property for report to be used for items like pagenumber and page count
  • Ability to have multiple watermarks for different pages
  • Fixed ugly thumbnail preview of pages in KDReportsPreviewWidget
  • Option to set format of saved report file as image
  • Some other modifications and fixes