开发者

Qt4: Print a SQL table to PDF

开发者 https://www.devze.com 2023-03-03 19:16 出处:网络
Qt 开发者_运维知识库has built-in PDF export support (QPrinter::PdfFormat). What\'s the best way to print an SQL table to a PDF file? (a table from a database loaded with QSqlDatabase and linked to a

Qt 开发者_运维知识库has built-in PDF export support (QPrinter::PdfFormat).

What's the best way to print an SQL table to a PDF file? (a table from a database loaded with QSqlDatabase and linked to a QTableView)...


You use QWidget::render. See the documentation about Printing Widgets.

0

精彩评论

暂无评论...
验证码 换一张
取 消