Registry / utility / kdreports

kdreports

JSON →
library2.3.0vcpkgunverified

KD Reports is a Qt tool that lets you easily create printable reports by providing all of the necessary features for a variety of applications.

vcpkg install kdreports
INSTALL
IMPORT
SIG · KDREPORTS
K
kdreports
utilitycppv2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KDReports/KDReports.h
#include <KDReports/KDReports.h>

Create and preview a simple report

#include <KDReports/KDReports.h> #include <QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); KDReports::Report report; report.addElement(KDReports::TextElement("Hello, World!")); KDReports::PreviewDialog preview(&report); preview.exec(); return 0; }
Debug
Known issues
gotchaRequires Qt (Widgets and PrintSupport modules)
fix
Ensure vcpkg installs kdreports[qt] or similar with Qt dependencies
affects: all
Upgrade
Version history
2.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

kdreports — pip install kdreports · libregistry