FEM: icons, rename clip region icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:14:21 +02:00
committed by wmayer
parent e16f1939ea
commit cbcebb6d0c
5 changed files with 4 additions and 4 deletions

View File

@@ -1167,7 +1167,7 @@ CmdFemPostCreateClipFilter::CmdFemPostCreateClipFilter()
sToolTipText = QT_TR_NOOP("Define/create a clip filter which uses functions to define the cliped region");
sWhatsThis = "FEM_PostCreateClipFilter";
sStatusTip = sToolTipText;
sPixmap = "fem-clip";
sPixmap = "fem-post-filter-clip-region";
}
void CmdFemPostCreateClipFilter::activated(int)

View File

@@ -13,7 +13,6 @@
<file>icons/fem-beam-section.svg</file>
<file>icons/fem-box.svg</file>
<file>icons/fem-cfd-analysis.svg</file>
<file>icons/fem-clip.svg</file>
<file>icons/fem-clip-scalar.svg</file>
<file>icons/fem-clipping-plane-add.svg</file>
<file>icons/fem-clipping-plane-remove-all.svg</file>
@@ -65,6 +64,7 @@
<file>icons/fem-material-fluid.svg</file>
<file>icons/fem-material-nonlinear.svg</file>
<file>icons/fem-post-data-pipline.svg</file>
<file>icons/fem-post-filter-clip-region.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.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -412,7 +412,7 @@ void TaskPostFunction::applyPythonCode() {
//############################################################################################
// region clip filter
TaskPostClip::TaskPostClip(ViewProviderDocumentObject* view, App::PropertyLink* function, QWidget* parent)
: TaskPostBox(view,Gui::BitmapFactory().pixmap("fem-clip"), tr("Clip region, choose implicit function"), parent) {
: TaskPostBox(view,Gui::BitmapFactory().pixmap("fem-post-filter-clip-region"), tr("Clip region, choose implicit function"), parent) {
assert(view->isDerivedFrom(ViewProviderFemPostClip::getClassTypeId()));
assert(function);

View File

@@ -34,7 +34,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostClip, FemGui::ViewProviderFemPostObje
ViewProviderFemPostClip::ViewProviderFemPostClip() {
sPixmap = "fem-clip";
sPixmap = "fem-post-filter-clip-region";
}
ViewProviderFemPostClip::~ViewProviderFemPostClip() {