Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello,
may i ask how to create pdf that will print the data from the database.
I dont what class should I use to do this?
Use QSqlQuery to obatin your data. Fill a QTextDocument and use QPrinter to print to pdf.
QSqlQuery
QTextDocument
QPrinter
Locking as duplicate : https://forum.qt.io/topic/81394/create-pdf-from-sql-data/2