mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T199, setup loading widget can display a "copy from other swift versions" dialog
This commit is contained in:
@@ -20,6 +20,8 @@ namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
class CCopyConfigurationDialog;
|
||||
|
||||
/**
|
||||
* Setup dialog, if something goes wrong
|
||||
*/
|
||||
@@ -39,6 +41,7 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSetupLoadingDialog> ui;
|
||||
QScopedPointer<CCopyConfigurationDialog> m_copyFromOtherSwiftVersion;
|
||||
|
||||
//! Cached setup available?
|
||||
bool hasCachedSetup() const;
|
||||
@@ -55,6 +58,9 @@ namespace BlackGui
|
||||
//! Display global setup
|
||||
void displayGlobalSetup();
|
||||
|
||||
//! Open the help page
|
||||
void openHelpPage();
|
||||
|
||||
//! Try again without explicit bootstrap URL
|
||||
void tryAgainWithoutBootstrapUrl();
|
||||
|
||||
@@ -64,6 +70,15 @@ namespace BlackGui
|
||||
//! Display the setup cache info
|
||||
void displaySetupCacheInfo();
|
||||
|
||||
//! Display other versions info
|
||||
void displayOtherVersionsInfo();
|
||||
|
||||
//! Open directory
|
||||
void openDirectory();
|
||||
|
||||
//! Copy from other swift versions
|
||||
void copyFromOtherSwiftVersions();
|
||||
|
||||
//! Setup loading has been completed
|
||||
void onSetupHandlingCompleted(bool success);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user