FEM: icons, rename warp filter icon
This commit is contained in:
@@ -1312,7 +1312,7 @@ CmdFemPostWarpVectorFilter::CmdFemPostWarpVectorFilter()
|
||||
sToolTipText = QT_TR_NOOP("Warp the geometry along a vector field by a certain factor");
|
||||
sWhatsThis = "FEM_PostCreateWarpVectorFilter";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "fem-warp";
|
||||
sPixmap = "fem-post-filter-warp";
|
||||
}
|
||||
|
||||
void CmdFemPostWarpVectorFilter::activated(int)
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
<file>icons/fem-post-filter-data-along-line.svg</file>
|
||||
<file>icons/fem-post-filter-data-at-point.png</file>
|
||||
<file>icons/fem-post-filter-linearized-stresses.svg</file>
|
||||
<file>icons/fem-post-filter-warp.svg</file>
|
||||
<file>icons/fem-plane.svg</file>
|
||||
<file>icons/fem-purge-results.svg</file>
|
||||
<file>icons/fem-result.svg</file>
|
||||
@@ -74,7 +75,6 @@
|
||||
<file>icons/fem-sphere.svg</file>
|
||||
<file>icons/fem-static-analysis.svg</file>
|
||||
<file>icons/fem-thermomechanical-analysis.svg</file>
|
||||
<file>icons/fem-warp.svg</file>
|
||||
|
||||
<file>translations/Fem_af.qm</file>
|
||||
<file>translations/Fem_de.qm</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
@@ -1007,7 +1007,7 @@ void TaskPostScalarClip::on_InsideOut_toggled(bool val) {
|
||||
//############################################################################################
|
||||
// warp filter
|
||||
TaskPostWarpVector::TaskPostWarpVector(ViewProviderDocumentObject* view, QWidget* parent) :
|
||||
TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-warp"), tr("Warp options"), parent) {
|
||||
TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-post-filter-warp"), tr("Warp options"), parent) {
|
||||
|
||||
assert(view->isDerivedFrom(ViewProviderFemPostWarpVector::getClassTypeId()));
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostWarpVector, FemGui::ViewProviderFemPo
|
||||
|
||||
ViewProviderFemPostWarpVector::ViewProviderFemPostWarpVector() {
|
||||
|
||||
sPixmap = "fem-warp";
|
||||
sPixmap = "fem-post-filter-warp";
|
||||
}
|
||||
|
||||
ViewProviderFemPostWarpVector::~ViewProviderFemPostWarpVector() {
|
||||
|
||||
Reference in New Issue
Block a user