| 422 | } |
| 423 | |
| 424 | void ProgressDialog::delayedHide() |
| 425 | { |
| 426 | QDialog::hide(); |
| 427 | dialogUi.information->setText(""); |
| 428 | |
| 429 | //m_progressStack.clear(); |
| 430 | |
| 431 | dialogUi.progressBar->setValue(0); |
| 432 | dialogUi.subProgressBar->setValue(0); |
| 433 | dialogUi.subInformation->setText(""); |
| 434 | dialogUi.slowJobInfo->setText(""); |
| 435 | } |
| 436 | |
| 437 | void ProgressDialog::hideStatusBarWidget() |
| 438 | { |