I added the line
in the timerEvent and now its working.Qt Code:
curve_.setRawSamples(xData_, yData_, dataSize_);To copy to clipboard, switch view to plain text mode
I didn't know that I need to set the samples again each time I apply changes to the data...
Bookmarks