You have to "parse" your file first, so you become two arrays, one with time and second with values.
Then it is easy to pass these data to a Qwt curve object.
You have to "parse" your file first, so you become two arrays, one with time and second with values.
Then it is easy to pass these data to a Qwt curve object.
But you have to read the data from the file somehow.
Do it by 4 bytes (quint32 for example), pack them into two arrays and pass to the plot curve.
Bookmarks