Follow up of T156, improved setup loading dialog

* allow to load the delivered setup file if there are no other data
* display setup cache information
This commit is contained in:
Klaus Basan
2017-09-23 02:40:33 +02:00
committed by Mathew Sutcliffe
parent bdbf2e75b4
commit 071f327fca
5 changed files with 158 additions and 39 deletions

View File

@@ -40,6 +40,12 @@ namespace BlackGui
private:
QScopedPointer<Ui::CSetupLoadingDialog> ui;
//! Cached setup available?
bool hasCachedSetup() const;
//! Setup reader?
bool hasSetupReader() const;
//! Set info fields
void displayBootstrapUrls();
@@ -51,6 +57,15 @@ namespace BlackGui
//! Try again without explicit bootstrap URL
void tryAgainWithoutBootstrapUrl();
//! Prefill setup cache
void prefillSetupCache();
//! Display the setup cache info
void displaySetupCacheInfo();
//! Setup loading has been completed
void onSetupHandlingCompleted(bool success);
};
} // ns
} // ns