Hi all,

I'm using the Qt4 stylesheets facility to apply a nice looking linear gradient to the background of my plot. This works great in the GUI, but when I print the plot, the stylesheet is ignored.

Is there an easy way to get this to work or do I need to patch the QwtPlot:: print() methods in Qwt itself?