FEM: icons, rename data icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 07:32:34 +02:00
committed by wmayer
parent 4e8574e91d
commit e16f1939ea
4 changed files with 3 additions and 3 deletions

View File

@@ -1546,7 +1546,7 @@ CmdFemPostPipelineFromResult::CmdFemPostPipelineFromResult()
sToolTipText = QT_TR_NOOP("Creates a post processing pipeline from a result object");
sWhatsThis = "FEM_PostPipelineFromResult";
sStatusTip = sToolTipText;
sPixmap = "fem-data";
sPixmap = "fem-post-data-pipline";
}
void CmdFemPostPipelineFromResult::activated(int)

View File

@@ -40,7 +40,6 @@
<file>icons/fem-cylinder.svg</file>
<file>icons/fem-DataAlongLine.svg</file>
<file>icons/fem-DataAtPoint.png</file>
<file>icons/fem-data.svg</file>
<file>icons/fem-elmer.svg</file>
<file>icons/fem-equation-electrostatic.svg</file>
<file>icons/fem-equation-fluxsolver.svg</file>
@@ -65,6 +64,7 @@
<file>icons/fem-material.svg</file>
<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-plane.svg</file>
<file>icons/fem-purge-results.svg</file>
<file>icons/fem-result.svg</file>

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -35,7 +35,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemPostPipeline, FemGui::ViewProviderFemPost
ViewProviderFemPostPipeline::ViewProviderFemPostPipeline()
{
sPixmap = "fem-data";
sPixmap = "fem-post-data-pipline";
}
ViewProviderFemPostPipeline::~ViewProviderFemPostPipeline()