mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +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:
@@ -25,7 +25,7 @@ namespace BlackGui
|
||||
CCopyConfigurationDialog::~CCopyConfigurationDialog()
|
||||
{ }
|
||||
|
||||
void CCopyConfigurationDialog::setCacheCode()
|
||||
void CCopyConfigurationDialog::setCacheMode()
|
||||
{
|
||||
ui->comp_CopyConfiguration->setCacheMode();
|
||||
}
|
||||
@@ -39,5 +39,15 @@ namespace BlackGui
|
||||
{
|
||||
ui->comp_CopyConfiguration->selectAll();
|
||||
}
|
||||
|
||||
void CCopyConfigurationDialog::setNameFilterDisables(bool disable)
|
||||
{
|
||||
ui->comp_CopyConfiguration->setNameFilterDisables(disable);
|
||||
}
|
||||
|
||||
void CCopyConfigurationDialog::setWithBootstrapFile(bool withBootstrapFile)
|
||||
{
|
||||
ui->comp_CopyConfiguration->setWithBootstrapFile(withBootstrapFile);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user