How to print QQuickItem to printer?
QQuickItem = basically any QML element, like Text or Rectangle, and its children
alternatively: how to convert QQuickItem to bitmap / QImage for printing?
Not possible to do. I haven't found any way to do this.