13,032
回編集
| 297行目: | 297行目: | ||
<center> | <center> | ||
印刷関連クラス<br> | 印刷関連クラス<br> | ||
{| class="wikitable" style="background-color | {| class="wikitable" style="background-color:#fefefe;" | ||
|- | |- | ||
! クラス名 ! | ! style="background-color:#00ffff;" | クラス名 | ||
! style="background-color:#00ffff;" | 説明 | |||
|- | |- | ||
| QAbstractPrintDialog || 印刷ダイアログの抽象クラス | | QAbstractPrintDialog || 印刷ダイアログの抽象クラス | ||
| 319行目: | 320行目: | ||
</center> | </center> | ||
<br> | <br> | ||
==== テキスト印刷 ==== | ==== テキスト印刷 ==== | ||
文字の印刷は、QTextDocumentを使用すると簡単にできる。<br> | 文字の印刷は、QTextDocumentを使用すると簡単にできる。<br> | ||