Hi,

I would like to implement a fade in/fade out animation on a QwtPlotTextLabel.
Since QwtPlotTextLabel is not a QObject, I haven't figured yet how to make this possible.

Here is a screenshot of what I have now (message in middle on the graph, still need to do the fade out animation)

Maybe i'll have to use a QLabel or a QWidget instead of QwtPlotTextLabel? If so, I'm not sure how to place a widget on top of the QwtPlot that is transparent..
Thanks in advance!!