mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
[qrvthtool] QRvtHToolWindow::closeRvtH(): Clear the status bar.
This commit is contained in:
parent
1c9fadf673
commit
690f4f99ba
@ -904,6 +904,11 @@ void QRvtHToolWindow::closeRvtH(void)
|
|||||||
d->filename.clear();
|
d->filename.clear();
|
||||||
d->nhcd_status.clear();
|
d->nhcd_status.clear();
|
||||||
|
|
||||||
|
// Clear the status bar.
|
||||||
|
d->btnCancel->setVisible(false);
|
||||||
|
d->progressBar->setVisible(false);
|
||||||
|
d->lblMessage->clear();
|
||||||
|
|
||||||
// Update the UI.
|
// Update the UI.
|
||||||
d->updateLstBankList();
|
d->updateLstBankList();
|
||||||
d->updateWindowTitle();
|
d->updateWindowTitle();
|
||||||
|
Loading…
Reference in New Issue
Block a user