mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:10:05 +00:00
Resource explorer expand/collapse all buttons
This commit is contained in:
parent
b2b413c48d
commit
0f3d1708c0
6 changed files with 78 additions and 1 deletions
|
|
@ -285,6 +285,16 @@ void MainWindow::on_actionExit_triggered()
|
|||
close();
|
||||
}
|
||||
|
||||
void MainWindow::on_resourceTreeCollapseAllButton_clicked()
|
||||
{
|
||||
ui->resourceTreeView->collapseAll();
|
||||
}
|
||||
|
||||
void MainWindow::on_resourceTreeExpandAllButton_clicked()
|
||||
{
|
||||
ui->resourceTreeView->expandAll();
|
||||
}
|
||||
|
||||
void MainWindowImpl::ConfigureMapLayout()
|
||||
{
|
||||
auto generalSettings = manager::SettingsManager::general_settings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue