FEM: rename icon, post filter warp
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
@@ -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()));
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostWarpVector, FemGui::ViewProviderFemPo
|
||||
|
||||
ViewProviderFemPostWarpVector::ViewProviderFemPostWarpVector() {
|
||||
|
||||
sPixmap = "fem-post-filter-warp";
|
||||
sPixmap = "FEM_PostFilterWarp";
|
||||
}
|
||||
|
||||
ViewProviderFemPostWarpVector::~ViewProviderFemPostWarpVector() {
|
||||
|
||||
Reference in New Issue
Block a user