FEM: prefs, move material prefs from general tab into an own tab in FEM

This commit is contained in:
Bernd Hahnebach
2018-06-05 07:31:25 +02:00
committed by Yorik van Havre
parent 71a27731b2
commit 7c316ba01e
8 changed files with 297 additions and 190 deletions

View File

@@ -48,11 +48,6 @@ void DlgSettingsFemGeneralImp::saveSettings()
cb_analysis_group_meshing->onSave();
cb_use_built_in_materials->onSave();
cb_use_mat_from_config_dir->onSave();
cb_use_mat_from_custom_dir->onSave();
fc_custom_mat_dir->onSave();
cb_restore_result_dialog->onSave();
cb_keep_results_on_rerun->onSave();
cb_hide_constraint->onSave();
@@ -69,11 +64,6 @@ void DlgSettingsFemGeneralImp::loadSettings()
cb_analysis_group_meshing->onRestore();
cb_use_built_in_materials->onRestore();
cb_use_mat_from_config_dir->onRestore();
cb_use_mat_from_custom_dir->onRestore();
fc_custom_mat_dir->onRestore();
cb_restore_result_dialog->onRestore();
cb_keep_results_on_rerun->onRestore();
cb_hide_constraint->onRestore();