comparison widgets/ProgressDialog.h @ 1557:3607b0092019 spectrogram-export

Comment only
author Chris Cannam
date Tue, 07 Jan 2020 11:19:02 +0000
parents 05d614f6e46d
children
comparison
equal deleted inserted replaced
1556:ac8da42674ff 1557:3607b0092019
25 Q_OBJECT 25 Q_OBJECT
26 26
27 public: 27 public:
28 ProgressDialog(QString message, 28 ProgressDialog(QString message,
29 bool cancellable, 29 bool cancellable,
30 int timeBeforeShow = 0, 30 int timeBeforeShow = 0, /* milliseconds */
31 QWidget *parent = 0, 31 QWidget *parent = 0,
32 Qt::WindowModality modality = Qt::NonModal); 32 Qt::WindowModality modality = Qt::NonModal);
33 virtual ~ProgressDialog(); 33 virtual ~ProgressDialog();
34 34
35 bool isDefinite() const override; 35 bool isDefinite() const override;