PySide6.QtPrintSupport¶
- PySide6.QtPrintSupport.QAbstractPrintDialog
- PySide6.QtPrintSupport.QPageSetupDialog
- PySide6.QtPrintSupport.QPrintDialog
- PySide6.QtPrintSupport.QPrintEngine
- PySide6.QtPrintSupport.QPrintPreviewDialog
- PySide6.QtPrintSupport.QPrintPreviewWidget
- PySide6.QtPrintSupport.QPrinter
- PySide6.QtPrintSupport.QPrinterInfo
详细描述¶
Qt 打印支持模块提供了广泛的跨平台打印支持。利用各平台上的打印系统,Qt 应用程序可以打印到连接的打印机,并通过网络打印到远程打印机。打印系统还支持 PDF 文件生成,为基本报告生成功能提供了基础。
使用模块¶
要包含模块类的定义,请使用以下指令:
import PySide6.QtPrintSupport