Qt 6.11 is out! See what's new in the release
blog
Printing compound widget as vector graphic postscript
General and Desktop
4
Posts
4
Posters
3.7k
Views
1
Watching
-
I want to effectively do what QWidget->render does but I don't want it to first paint pixel graphics but rather directly paint vector graphics. Is there some flag or such or do I need to write my own recursive render routine? When I tried writing to PDF or postscript I found it painted first to a pixmap then the render routine inserted that raster/pixel image into the output. Since PDF and postscript can accept scalable vector graphics I hoped all my painter->drawXXXXX routines would result in vector graphics which would then scale well when my end users include these into other documents.
Thanks for any ideas!
John