Hey!
I need to manually change the color of the legend item to match the curve's line color, not the curve's background, which is the default. Each MyLegendItem is derived from QwtLegendItem. However I cannot find the right place in the code where I would have to call setBrush() or something similar.

Any ideas? Thanks in advance!