Ref T253, improved installation and dialog for unzip

* uses external 7zip
* if not available displays dialog that manual unzip is needed
This commit is contained in:
Klaus Basan
2018-02-17 06:25:10 +01:00
parent f2efa2981b
commit d8c442c468
2 changed files with 119 additions and 21 deletions

View File

@@ -76,6 +76,12 @@ namespace BlackGui
//! Full filename + path for the downloaded XSwiftBus file
BlackMisc::Network::CRemoteFile getRemoteFileSelected() const;
//! Download dir from UI
QString downloadDir() const;
//! XSwiftBus dir from UI
QString xSwiftBusDir() const;
//! Is the download dir existing?
bool existsDownloadDir() const;