Hello!

In Qwt's QwtPlotCanvas' replot() method, one may either call QWidget::update() or QWidget::repaint() depending on the "immediate paint" configuration.

Is there any significant difference (specially in terms of performance) between using either one of those two methods apart from that QWidget::repaint() does his job immediately while QWidget::update() does not?


Thanks,

Momergil