How can I save the contents of a widget (could be textedit, image, or tables) as a PDF file? Any code examples will be really appreciated.
QThanks!:)
Printable View
How can I save the contents of a widget (could be textedit, image, or tables) as a PDF file? Any code examples will be really appreciated.
QThanks!:)
QPrinter with PdfFormat
Thanks a lot, that works!