Printer and Printing APIs¶
Classes for producing printed output
PySide6.QtPrintSupport.QAbstractPrintDialog
The QAbstractPrintDialog class provides a base implementation for print dialogs used to configure printers.
PySide6.QtPrintSupport.QPrintDialog
The QPrintDialog class provides a dialog for specifying the printer’s configuration.
PySide6.QtPrintSupport.QPageSetupDialog
The QPageSetupDialog class provides a configuration dialog for the page-related options on a printer.
PySide6.QtPrintSupport.QPrintPreviewDialog
The QPrintPreviewDialog class provides a dialog for previewing and configuring page layouts for printer output.
PySide6.QtPrintSupport.QPrinter
The QPrinter class is a paint device that paints on a printer.
PySide6.QtPrintSupport.QPrintEngine
The QPrintEngine class defines an interface for how QPrinter interacts with a given printing subsystem.
PySide6.QtPrintSupport.QPrinterInfo
The QPrinterInfo class gives access to information about existing printers.
PySide6.QtPrintSupport.QPrintPreviewWidget
The QPrintPreviewWidget class provides a widget for previewing page layouts for printer output.
PySide6.QtGui.QPageRanges
The QPageRanges class represents a collection of page ranges.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.