1

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?

Jarno Argillander
  • 5,885
  • 2
  • 31
  • 33

1 Answers1

0

Not possible to do. I haven't found any way to do this.

Jarno Argillander
  • 5,885
  • 2
  • 31
  • 33