FEM: rename icon, post filter cut function

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:36 +01:00
parent a290dfdcc2
commit 9fb0c94d20
5 changed files with 4 additions and 4 deletions

View File

@@ -1234,7 +1234,7 @@ CmdFemPostCutFilter::CmdFemPostCutFilter()
sToolTipText = QT_TR_NOOP("Cut the data along an implicit function");
sWhatsThis = "FEM_PostFilterCutFunction";
sStatusTip = sToolTipText;
sPixmap = "fem-post-filter-cut-function";
sPixmap = "FEM_PostFilterCutFunction";
}
void CmdFemPostCutFilter::activated(int)

View File

@@ -53,7 +53,7 @@
<file>icons/fem-post-data-pipline.svg</file>
<file>icons/FEM_PostFilterClipRegion.svg</file>
<file>icons/FEM_PostFilterClipScalar.svg</file>
<file>icons/fem-post-filter-cut-function.svg</file>
<file>icons/FEM_PostFilterCutFunction.svg</file>
<file>icons/fem-post-filter-data-along-line.svg</file>
<file>icons/fem-post-filter-data-at-point.svg</file>
<file>icons/fem-post-filter-linearized-stresses.svg</file>

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1176,7 +1176,7 @@ void TaskPostWarpVector::on_Min_valueChanged(double) {
// ***************************************************************************
// function clip filter
TaskPostCut::TaskPostCut(ViewProviderDocumentObject* view, App::PropertyLink* function, QWidget* parent)
: TaskPostBox(view,Gui::BitmapFactory().pixmap("fem-post-filter-cut-function"), tr("Function cut, choose implicit function"), parent) {
: TaskPostBox(view,Gui::BitmapFactory().pixmap("FEM_PostFilterCutFunction"), tr("Function cut, choose implicit function"), parent) {
assert(view->isDerivedFrom(ViewProviderFemPostCut::getClassTypeId()));
assert(function);

View File

@@ -133,7 +133,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostCut, FemGui::ViewProviderFemPostObjec
ViewProviderFemPostCut::ViewProviderFemPostCut() {
sPixmap = "fem-post-filter-cut-function";
sPixmap = "FEM_PostFilterCutFunction";
}
ViewProviderFemPostCut::~ViewProviderFemPostCut() {