Qt Print Support C++ Classes
The Qt PrintSupport module provides classes to make printing easier and portable. More...
Classes
Base implementation for print dialogs used to configure printers | |
Configuration dialog for the page-related options on a printer | |
Dialog for specifying the printer's configuration | |
Dialog for previewing and configuring page layouts for printer output | |
Defines an interface for how QPrinter interacts with a given printing subsystem | |
Paint device that paints on a printer | |
Gives access to information about existing printers | |
Widget for previewing page layouts for printer output |
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
© 2017 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.