Hi to all,
I created a QProgressDialog to inform the user about waveform generation.
The problem is that everytime the widget is repainted ( for example with a resize event ) the waveform is re-calculated and the QProgressDialog
is shown. I would display that progress dialog only the first time that I display the waveform.

Is there a way to do that? How can such dialog can be disabled?

Regards