Qt Print Support C++ Classes

The Qt PrintSupport module provides classes to make printing easier and portable. More...

Classes

QAbstractPrintDialog

Base implementation for print dialogs used to configure printers

QPageSetupDialog

Configuration dialog for the page-related options on a printer

QPrintDialog

Dialog for specifying the printer's configuration

QPrintEngine

Defines an interface for how QPrinter interacts with a given printing subsystem

QPrintPreviewDialog

Dialog for previewing and configuring page layouts for printer output

QPrintPreviewWidget

Widget for previewing page layouts for printer output

QPrinter

Paint device that paints on a printer

QPrinterInfo

Gives access to information about existing printers

Detailed Description

To include the definitions of the module's classes, use the following directive:

#include <QtPrintSupport>

To link against the module, add this line to your qmake .pro file:

QT += printsupport

© 2024 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.