私はQtが初めてです。qwebview
全体をプリンターに送信できるかどうか知りたかっただけです。ソースコードを聞いているわけではありませんが、
1)それは可能ですか?
2) 参照用のリンクはありますか?
1) はい 可能
2) http://www.qtcentre.org/threads/25880-QWebView-prints-PDF-file-OK-with-QPrintDialog-only
また、webview から HTML を取得して、他の印刷技術を採用することもできます。
1) はい、可能です
2) QWebView のドキュメントに記載されているとおり
A QWebView can be printed onto a QPrinter using the print() function.
This function is marked as a slot and can be conveniently connected to
QPrintPreviewDialog's paintRequested() signal.