I have known how can static display a curve, I write a class named "CurveDisplay"
but now i want implement it under realtime, i.e. dynamic display,
how can i do it?:confused:
thanks,
Jin
Printable View
I have known how can static display a curve, I write a class named "CurveDisplay"
but now i want implement it under realtime, i.e. dynamic display,
how can i do it?:confused:
thanks,
Jin
"Dynamic" curve is a static curve redrawn many times per second. See QTimer.