FEM: icons, rename cut function icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:16:28 +02:00
committed by wmayer
parent 6e8f71435e
commit 36498b5ffd
5 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -34,7 +34,6 @@
<file>icons/fem-constraint-temperature.svg</file>
<file>icons/fem-constraint-transform.svg</file>
<file>icons/fem-control-solver.svg</file>
<file>icons/fem-cut.svg</file>
<file>icons/fem-cylinder.svg</file>
<file>icons/fem-DataAlongLine.svg</file>
<file>icons/fem-DataAtPoint.png</file>
@@ -65,6 +64,7 @@
<file>icons/fem-post-data-pipline.svg</file>
<file>icons/fem-post-filter-clip-region.svg</file>
<file>icons/fem-post-filter-clip-scalar.svg</file>
<file>icons/fem-post-filter-cut-function.svg</file>
<file>icons/fem-plane.svg</file>
<file>icons/fem-purge-results.svg</file>
<file>icons/fem-result.svg</file>

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1092,7 +1092,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-cut"), tr("Function cut, choose implicit function"), parent) {
: TaskPostBox(view,Gui::BitmapFactory().pixmap("fem-post-filter-cut-function"), 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-cut";
sPixmap = "fem-post-filter-cut-function";
}
ViewProviderFemPostCut::~ViewProviderFemPostCut() {