Ref T180, setup loading dialog

* UI adjustments, style sheet
* use connectOnce for QFileSystemModel::directoryLoaded
This commit is contained in:
Klaus Basan
2017-11-03 16:46:08 +01:00
parent ef56590d85
commit 88872f9f3a
4 changed files with 68 additions and 26 deletions

View File

@@ -105,6 +105,7 @@ namespace BlackGui
if (!sApp || sApp->isShuttingDown()) { return; }
if (!this->hasSetupReader()) { return; }
sApp->getSetupReader()->prefillCacheWithLocalResourceBootstrapFile();
this->displaySetupCacheInfo();
}
void CSetupLoadingDialog::displaySetupCacheInfo()