FEM: icons, rename cut function icon
This commit is contained in:
@@ -1336,7 +1336,7 @@ CmdFemPostCutFilter::CmdFemPostCutFilter()
|
||||
sToolTipText = QT_TR_NOOP("Cut the data along an implicit function");
|
||||
sWhatsThis = "FEM_PostCreateCutFilter";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "fem-cut";
|
||||
sPixmap = "fem-post-filter-cut-function";
|
||||
}
|
||||
|
||||
void CmdFemPostCutFilter::activated(int)
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
<file>icons/fem-constraint-temperature.svg</file>
|
||||
<file>icons/fem-constraint-transform.svg</file>
|
||||
<file>icons/fem-control-solver.svg</file>
|
||||
<file>icons/fem-cut.svg</file>
|
||||
<file>icons/fem-cylinder.svg</file>
|
||||
<file>icons/fem-DataAlongLine.svg</file>
|
||||
<file>icons/fem-DataAtPoint.png</file>
|
||||
@@ -65,6 +64,7 @@
|
||||
<file>icons/fem-post-data-pipline.svg</file>
|
||||
<file>icons/fem-post-filter-clip-region.svg</file>
|
||||
<file>icons/fem-post-filter-clip-scalar.svg</file>
|
||||
<file>icons/fem-post-filter-cut-function.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.1 KiB After Width: | Height: | Size: 6.1 KiB |
@@ -1092,7 +1092,7 @@ void TaskPostWarpVector::on_Min_valueChanged(double) {
|
||||
//############################################################################################
|
||||
// function clip filter
|
||||
TaskPostCut::TaskPostCut(ViewProviderDocumentObject* view, App::PropertyLink* function, QWidget* parent)
|
||||
: TaskPostBox(view,Gui::BitmapFactory().pixmap("fem-cut"), tr("Function cut, choose implicit function"), parent) {
|
||||
: TaskPostBox(view,Gui::BitmapFactory().pixmap("fem-post-filter-cut-function"), tr("Function cut, choose implicit function"), parent) {
|
||||
|
||||
assert(view->isDerivedFrom(ViewProviderFemPostCut::getClassTypeId()));
|
||||
assert(function);
|
||||
|
||||
@@ -133,7 +133,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostCut, FemGui::ViewProviderFemPostObjec
|
||||
|
||||
ViewProviderFemPostCut::ViewProviderFemPostCut() {
|
||||
|
||||
sPixmap = "fem-cut";
|
||||
sPixmap = "fem-post-filter-cut-function";
|
||||
}
|
||||
|
||||
ViewProviderFemPostCut::~ViewProviderFemPostCut() {
|
||||
|
||||
Reference in New Issue
Block a user