FEM: GUI: pref: add new CalculiX Solver attributes to a new CalculiX tab

This commit is contained in:
Bernd Hahnebach
2016-08-01 21:57:01 +01:00
committed by wmayer
parent 215ed3669b
commit 33b92aeb3d
6 changed files with 492 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
#include <Gui/Language/Translator.h>
#include "PropertyFemMeshItem.h"
#include "DlgSettingsFemImp.h"
#include "DlgSettingsFemCcxImp.h"
#include "ViewProviderFemMesh.h"
#include "ViewProviderFemMeshShape.h"
#include "ViewProviderFemMeshShapeNetgen.h"
@@ -139,7 +140,8 @@ PyMODINIT_FUNC initFemGui()
// register preferences pages
new Gui::PrefPageProducer<FemGui::DlgSettingsFemImp> ("FEM");
new Gui::PrefPageProducer<FemGui::DlgSettingsFemImp> (QT_TRANSLATE_NOOP("QObject","FEM"));
new Gui::PrefPageProducer<FemGui::DlgSettingsFemCcxImp> (QT_TRANSLATE_NOOP("QObject","FEM"));
// add resources and reloads the translators
loadFemResource();