Unfortunately I don't see an easy solution out of the box.
- You could manually add a QLabel with your footer text and align it manually according to resize events of the legend. When using QwtPlotRenderer you have to add some code for your footer too.
- Another option might be to overload QwtPlotLayout::activate() and manipulate the rects for footer and legend.
- You could also derive from QwtLegend and try to add your footer there
Uwe
Bookmarks