Hi,
I would like to use a QLineargradient as QBrush inside a QPen. My goal is to draw a curve that has one color in tye center and another on the outside, as if I stroke the same curve with decreasing width of its QPen, and its color gradually changing from color0 to color1. Using a QLineargradient as a QBrush doesn't work because the coordinates defined with setstart() ans setfinalstops() are absolute coordinates.