aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/GnupgTab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/help/GnupgTab.cpp')
-rw-r--r--src/ui/dialog/help/GnupgTab.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/help/GnupgTab.cpp b/src/ui/dialog/help/GnupgTab.cpp
index 3dfdd994..07f07b82 100644
--- a/src/ui/dialog/help/GnupgTab.cpp
+++ b/src/ui/dialog/help/GnupgTab.cpp
@@ -296,6 +296,9 @@ void GnupgTab::process_software_info() {
row++;
}
}
+
+ ui_->loadProgressBar->hide();
+ ui_->tabWidget->setDisabled(false);
// ui_->configurationDetailsTable->resizeColumnsToContents();
}
@@ -306,6 +309,9 @@ void GnupgTab::gather_gnupg_info() {
"module gnupg_info_gathering is activated, "
"loading external gnupg info...");
+ ui_->loadProgressBar->show();
+ ui_->tabWidget->setDisabled(true);
+
// gather external gnupg info
Module::TriggerEvent(
"REQUEST_GATHERING_GNUPG_INFO",