FEM: rename icon, post filter warp

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:44 +01:00
parent cee44e15ab
commit 3cd271581d
5 changed files with 4 additions and 4 deletions

View File

@@ -1397,7 +1397,7 @@ CmdFemPostWarpVectorFilter::CmdFemPostWarpVectorFilter()
sToolTipText = QT_TR_NOOP("Warp the geometry along a vector field by a certain factor");
sWhatsThis = "FEM_PostFilterWarp";
sStatusTip = sToolTipText;
sPixmap = "fem-post-filter-warp";
sPixmap = "FEM_PostFilterWarp";
}
void CmdFemPostWarpVectorFilter::activated(int)

View File

@@ -57,7 +57,7 @@
<file>icons/FEM_PostFilterDataAlongLine.svg</file>
<file>icons/FEM_PostFilterDataAtPoint.svg</file>
<file>icons/FEM_PostFilterLinearizedStresses.svg</file>
<file>icons/fem-post-filter-warp.svg</file>
<file>icons/FEM_PostFilterWarp.svg</file>
<file>icons/fem-post-geo-box.svg</file>
<file>icons/fem-post-geo-cylinder.svg</file>
<file>icons/fem-post-geo-isosurface.svg</file>

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -1035,7 +1035,7 @@ void TaskPostScalarClip::on_InsideOut_toggled(bool val) {
// spinbox min, slider, spinbox max
// spinbox warp factor
TaskPostWarpVector::TaskPostWarpVector(ViewProviderDocumentObject* view, QWidget* parent) :
TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-post-filter-warp"), tr("Warp options"), parent) {
TaskPostBox(view, Gui::BitmapFactory().pixmap("FEM_PostFilterWarp"), tr("Warp options"), parent) {
assert(view->isDerivedFrom(ViewProviderFemPostWarpVector::getClassTypeId()));

View File

@@ -112,7 +112,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostWarpVector, FemGui::ViewProviderFemPo
ViewProviderFemPostWarpVector::ViewProviderFemPostWarpVector() {
sPixmap = "fem-post-filter-warp";
sPixmap = "FEM_PostFilterWarp";
}
ViewProviderFemPostWarpVector::~ViewProviderFemPostWarpVector() {