Properly reset the state of the download dialog before dismissing

Re-enable buttons that should be enabled by default, disable the others,
set the status to empty, make the progress bar go back to zero.

Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
Thiago Macieira 2013-11-14 16:50:46 -08:00
parent 481ddf43c6
commit fa07f554e2
2 changed files with 14 additions and 4 deletions

View file

@ -25,6 +25,8 @@ private slots:
virtual void buttonClicked(QAbstractButton* button) = 0;
protected:
void resetState();
Ui::WebServices ui;
QNetworkReply *reply;
QByteArray downloadedData;