I want install QtRPT and QtRptDesigner in ubuntu 16.04 LTS for reporting using Qt5
-
@veera What about downloading https://sourceforge.net/projects/qtrpt/files/QtRptProject 1.4.5 binary for linux x64.tar.gz/download ? How is your question related to Qt?
-
-
Hi ,
after untar the file QtRpt ....after trying to install i got some errors are
This application failed to start because it could not find or load the Qt platform plugin "xcb".Reinstalling the application may fix this problem.
Aborted (core dumped)run it from creator.
-
i want to make qt report for my existing tableview which is connecting with mssql server 2014 in ubuntu 16.04 LTS with the help of pdf or doc or spreadsheet give me some examples ....
Hi QtRpt is not part of Qt .
So we have no examples here.
You can ask in the QtRpt forum.
https://sourceforge.net/p/qtrpt/discussion/general/
OR google for some. -
okay using QPrinter or QpdfWriter i can make report from my existing tableview with sqldatabase
yep that works quite well for hand coded rapports.
-
okay thanks for u r quick response....is there any examples for that.....even we can use doc or spreadsheet for reporting ?
@veera
there are many sample on the internet
https://forum.qt.io/topic/16547/how-to-export-excel-in-qtthis one works good
https://github.com/OlivierDelbeke/QtXlsxWriterusing qpainter and pdf. Not see any as its just like drawing. So any drawing example could as well be a report./ to pdf.