Hello everybody!

I've this sql table where I have two columns to draw a plot with their data, the first one is easy, could be converted to double , and placed on the Y axis but the second column is of type "datetime" so it's a bit difficult. I've seen the cpuplot example, it would perfectly suit my needs if I could find a way to display datetime on the X axis, all the examples that I ve checked so far, use an enum for this purpose or a QTimer.

The only hint I could find so far is on this thread but it's a bit vague: http://qt-project.org/forums/viewthread/23752

Any hints would be great and well appreciated

Thanks in advance!