Could you explain a bit more what do you mean?is there any way to develop in qt.
Could you explain a bit more what do you mean?is there any way to develop in qt.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
hi,
i have real time datas coming from a sensor. i need to plot those datas on the screen.this is my requirements.i can find the x and y coordinates and can draw a line also.but i got stuck as how to keep updating the x and y axis with values as the values comes from the sensor.
your description is very general.
What it is you want to show?
The current x,y value?
That is apoint, you don't need a graph for that.
Or do you want to show a "moving" graph as time passes?
Explain with a bit more details what it is you are trying to do, what have you done (post code), and then we can see if we can help you more.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
high_flyer:
yeah i need to show the "moving" graph as the time passes.i post my code. in my code i had created the QLabel of x and y axis when i define the class itself. but when i want to show a moving graph i need to updated them or change them. this is my problem.
Bookmarks