Printing complex widgets in Qt
- by Jens
I have a complex widget with tons of different subwidgets, e.g. subclasses of QLabel. I want to print this widget, but obviously I do not want to print the background, I want to print with differing text colors or have the style of frames slightly modified.
As I do not really want to iterate through all subwidgets with a special "print" function,…