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  | |
Defines an interface for how QPrinter interacts with a given printing subsystem  | |
Dialog for previewing and configuring page layouts for printer output  | |
Widget for previewing page layouts for printer output  | |
Paint device that paints on a printer  | |
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