Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The class PrintService provides the Qt Extended Printing service. More...
#include <PrintService>
Inherits QtopiaAbstractService.
The class PrintService provides the Qt Extended Printing service.
To print a file for example:
QtopiaServiceRequest service( "Print", "print(QString)" ); service << fileName; service.send();
The Print service creates a print job and puts in a queue in the print server.
Destroys a print service object.
Prints a file specified by fileName. This slot corresponds to the QCop message Print::print(QString).
This is an overloaded member function, provided for convenience.
Prints a file specified by fileName. mimeType is optional. This slot corresponds to the QCop message Print::print(QString,QString).
Prints html document specified by html. This slot corresponds to the QCop message Print::printHtml(QString).
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |