mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
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:
committed by
Mathew Sutcliffe
parent
bdbf2e75b4
commit
071f327fca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user