Ref T199, improved copy dialog

* filter disabling or hiding can be toggled
* bootstrap file can be shown/hidden
* fixed naming typo "setCacheMode"
This commit is contained in:
Klaus Basan
2018-01-12 04:27:11 +01:00
parent 826760e347
commit 3e1573e6b4
6 changed files with 76 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ namespace BlackGui
virtual ~CCopyConfigurationDialog();
//! For cache data
void setCacheCode();
void setCacheMode();
//! For settings
void setSettingsMode();
@@ -44,6 +44,12 @@ namespace BlackGui
//! Select all settings or caches
void selectAll();
//! \copydoc QFileSystemModel::setNameFilterDisables
void setNameFilterDisables(bool disable);
//! \copydoc CCopyConfigurationComponent::setWithBootstrapFile
void setWithBootstrapFile(bool withBootstrapFile);
private:
QScopedPointer<Ui::CCopyConfigurationDialog> ui;
};