Hello!

I have a QwtPlot (with a curve in it) in which I would like to access the "auto-generated" labels on the X-axis and change them to QString's (or similar) of my choice.
Is this possible or do I have to start over and create a new scale item?

The problem is that the labels are displaying time UNIX-style (seconds passed since 1970) which makes it somewhat hard to make sense of for a human being.

Cheers and thanks for the awesome QwtPlugin!
/Tottish