Qt Print Support C++ Classes

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

Classes

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