PDA

View Full Version : Data Plot Question



gokceng
11th July 2011, 11:30
Hello,
I need to say I'm a total newbie about Qt. I'm developing a monitoring system that reads data from serial input and plots an x-y diagram on an embedded device. The question is about this plotting direction. There is an example about real time plotting at http://qt.nokia.com/files/embedded-widget-demos/qt-patient-care-demo/view or http://www.youtube.com/watch?v=5wOcvxf9W0U

I want it like this:

http://www.youtube.com/watch?v=9ZTfR4AHq-c&feature=player_detailpage#t=44s

The first one is sliding graph from right to left but the other one is not sliding as you see.

You can find the code I'm using at:
http://code.google.com/p/andsvn/source/browse/trunk/src/Gui/basicgraph/qtbasicgraph.cpp?r=47

Thank you in advance.

gokceng
18th July 2011, 16:06
I have re-coded the program. It works now.
CLOSED