How to print(with the printer) a QML object ?
-
Hello,
take a closer look at the "QPrintSupport":http://qt-project.org/doc/qt-5.0/qtprintsupport/qtprintsupport-module.html module, more specifically, at the "QPrinter":http://qt-project.org/doc/qt-5.0/qtprintsupport/qprinter.html class. Also of relevance might be "this article":http://qt-project.org/doc/qt-4.8/printing.html.