From af45008a5ecf2936582a2da990e79bbd9b2ffc1f Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 13 Jan 2018 13:15:57 +0100 Subject: [PATCH] FEM: pref, delete depreciated ccx solver switch because every solver has its own command --- src/Mod/Fem/Gui/DlgSettingsFemCcx.ui | 77 ------------------------ src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp | 4 -- 2 files changed, 81 deletions(-) diff --git a/src/Mod/Fem/Gui/DlgSettingsFemCcx.ui b/src/Mod/Fem/Gui/DlgSettingsFemCcx.ui index cfb90ede56..fefefa39ac 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemCcx.ui +++ b/src/Mod/Fem/Gui/DlgSettingsFemCcx.ui @@ -16,78 +16,6 @@ - - - - - 0 - 0 - - - - Qt::LeftToRight - - - CalculiX solver base - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - - - QLayout::SetNoConstraint - - - - - - - - 75 - true - - - - sdfsdfsdfds - - - CCX Tools (well tested) - - - true - - - Mod/Fem/Ccx - - - useOldSolverFrameWork - - - - - - - - 75 - true - - - - General FEM solver framework (new) - - - Mod/Fem/Ccx - - - useNewSolverFrameWork - - - - - - - - @@ -754,11 +682,6 @@ Gui::FileChooser
Gui/PrefWidgets.h
- - Gui::PrefRadioButton - QRadioButton -
Gui/PrefWidgets.h
-
Gui::PrefSpinBox QSpinBox diff --git a/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp index f76dcf96db..c274c28221 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp @@ -71,8 +71,6 @@ void DlgSettingsFemCcxImp::saveSettings() cb_ccx_binary_std->onSave(); fc_ccx_binary_path->onSave(); cb_split_inp_writer->onSave(); - rb_ccx_solver_old->onSave(); - rb_ccx_solver_new->onSave(); } void DlgSettingsFemCcxImp::loadSettings() @@ -98,8 +96,6 @@ void DlgSettingsFemCcxImp::loadSettings() cb_ccx_binary_std->onRestore(); fc_ccx_binary_path->onRestore(); cb_split_inp_writer->onRestore(); - rb_ccx_solver_old->onRestore(); - rb_ccx_solver_new->onRestore(); ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath ("User parameter:BaseApp/Preferences/Mod/Fem/Ccx");