Qt4:将 SQL 表打印为 PDF
Qt 具有内置的 PDF 导出支持 (QPrinter::PdfFormat
)。
将 SQL 表打印到 PDF 文件的最佳方法是什么? (来自数据库的表,加载了QSqlDatabase
并链接到QTableView
)...
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
)...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用 QWidget::render。请参阅有关打印小部件的文档。
You use QWidget::render. See the documentation about Printing Widgets.