mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:28:15 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user