Qt 6.11 is out! See what's new in the release
blog
print ?
-
@Duy-Khang
This has been asked many times, including in this forum, and there are many possibly solutions depending on just what you want to print from the table. Googling forprint qtableviewwould be a good start.... -
Hi
https://forum.qt.io/topic/91015/export-qtableview-to-pdfUsing QTextDocument is most likely what you want.
If you need multiple pages etc.for a very basic version, see here
https://forum.qt.io/topic/52652/solved-pdf-print-in-multiple-pages/21
Its using HTML.+QTextDocument to print it. ( from db)