refs #273, encapsulated settings GUI into own component

This removed a considerable amount of code from mainwindow
This commit is contained in:
Klaus Basan
2014-06-25 19:23:31 +02:00
parent 42db1fe9ae
commit 6c6bcb4e08
10 changed files with 1363 additions and 1194 deletions

View File

@@ -37,7 +37,7 @@ void MainWindow::menuClicked()
}
else if (sender == this->ui->menu_ReloadSettings)
{
this->reloadSettings();
this->ui->comp_Settings->reloadSettings();
msgs.insert(CStatusMessage::getInfoMessage("Settings reloaded"));
}
else if (sender == this->ui->menu_FileClose)