Qt Print Support C++ Classes▲
The Qt PrintSupport module provides classes to make printing easier and portable.
Detailed Description▲
To include the definitions of the module's classes, use the following directive:
Sélectionnez
#include <QtPrintSupport>
To link against the module, add this line to your qmake .pro file:
Sélectionnez
QT +=
printsupport