Ref T246, data can also be loaded from resource files

This commit is contained in:
Klaus Basan
2018-07-17 18:58:42 +02:00
parent 0023fbb57f
commit ea5a38faa4
5 changed files with 103 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ namespace BlackGui
this->tabBar()->setUsesScrollButtons(true);
this->setCurrentIndex(0); // 1st tab
ui->comp_DataLoadOverview->showVisibleDbRefreshButtons(CBuildConfig::isDebugBuild() || sGui->isDeveloperFlagSet());
ui->comp_DataLoadOverview->showVisibleLoadAllButtons(false, false);
ui->comp_DataLoadOverview->showVisibleLoadAllButtons(false, false, false);
connect(ui->comp_SettingsGuiGeneral, &CSettingsGuiComponent::changedWindowsOpacity, this, &CSettingsComponent::changedWindowsOpacity);
connect(ui->pb_Advanced, &QPushButton::released, this, &CSettingsComponent::onOverviewButtonClicked);