Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt には PDF エクスポートのサポートが組み込まれています ( QPrinter::PdfFormat)。
QPrinter::PdfFormat
SQL テーブルを PDF ファイルに出力する最良の方法は何ですか? QSqlDatabase( でロードされ、リンクされたデータベースのテーブルQTableView)...
QSqlDatabase
QTableView
QWidget::render を使用します。ウィジェットの印刷に関するドキュメントを参照してください。