Qt 6.11 is out! See what's new in the release
blog
[Solved]RealTime graphics
3rd Party Software
5
Posts
3
Posters
3.8k
Views
1
Watching
-
HI
In my application I need to plot some graphs and I'm using qwt plot to show this data in a linear way..But now I Want to show the Data in the plot just in frames of 20 secs and be able to scroll back to the old graph with the old values.
Is it possible(Yes I think so), but how will I do this.
Any ideas are welcome
Sorry for my bad English
// -
It doesn't got the "scrollers" but I wonder what would happen if I uses the qt Scrollbars and put the qwt plot inside it.
As I do it for now i clears the value vectors every minute after 2 minutes.No good solution.
-
Yes i have looked at the examples but I don't see any thing like this and I'm not the first to need something like this I think.
any tips??