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