Hello,

I'm using Qwt 6 (svn). I'd like to increase the size of the lines and symbols in the legend. I know that the symbol size there depends on the symbol size of a curve, but I just need to have the legend items drawn on larger rectangles, without increasing symbol sizes on the curves. I also need to change the sizes of NoSymbol-style items (where only the lines are drawn).

The reason why I want this is that the current resulting images are not that good. I tried calling QwtPlotCurve::drawLegendIdentifier() with my own painter and 16x16 rectangle, and the results are way better. So I'd like to use a rectangle of the same size when drawing the legend items.

Thanks in advance!