FEM: icons, rename clip region icon
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
@@ -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);
|
||||
|
||||
@@ -34,7 +34,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostClip, FemGui::ViewProviderFemPostObje
|
||||
|
||||
ViewProviderFemPostClip::ViewProviderFemPostClip() {
|
||||
|
||||
sPixmap = "fem-clip";
|
||||
sPixmap = "fem-post-filter-clip-region";
|
||||
}
|
||||
|
||||
ViewProviderFemPostClip::~ViewProviderFemPostClip() {
|
||||
|
||||
Reference in New Issue
Block a user