Qt4: Print a SQL table to PDF

天大地大妈咪最大 提交于 2020-02-27 09:15:31

问题


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)...


回答1:


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



来源:https://stackoverflow.com/questions/5939491/qt4-print-a-sql-table-to-pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!