I am experimenting with QWT, specially with QwtPlot and QwtPlotCurve.
I changed the "StockCchart" example a bit, so that I can display "date(x-axis)/double(y-axis)" values.
I want to display every day on the x-axis, but only moths will be displayed.
How can I change the QwtDate::IntervalType from QwtDate::Month to QwtDate:ay?

(Qt 4.8.4, Qwt 6.1 RC3)

Thanks