#849 Icon brushup due to new SummaryCaseIcon

This commit is contained in:
Jacob Støren 2016-10-07 15:48:17 +02:00
parent e953a0a09a
commit fd71ea3aa6
7 changed files with 5 additions and 3 deletions

View File

@ -62,5 +62,5 @@ void RicOpenProjectFeature::onActionTriggered(bool isChecked)
void RicOpenProjectFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Open Project");
actionToSetup->setIcon(QApplication::style()->standardIcon(QStyle::SP_DirOpenIcon));
actionToSetup->setIcon(QIcon(":/openFolder24x24.png"));
}

View File

@ -75,7 +75,7 @@ void RicImportSummaryCaseFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicImportSummaryCaseFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/SummaryPlots16x16.png"));
actionToSetup->setIcon(QIcon(":/SummaryCase48x48.png"));
actionToSetup->setText("Import Summary Case");
}

View File

@ -34,7 +34,7 @@ CAF_PDM_ABSTRACT_SOURCE_INIT(RimSummaryCase,"SummaryCase");
//--------------------------------------------------------------------------------------------------
RimSummaryCase::RimSummaryCase()
{
CAF_PDM_InitObject("Summary Case",":/Cases16x16.png","","");
CAF_PDM_InitObject("Summary Case",":/SummaryCase48x48.png","","");
CAF_PDM_InitField(&m_shortName, "ShortName", QString("Display Name"), "Display Name", "", "", "");
CAF_PDM_InitField(&m_useAutoShortName, "AutoShortyName", false, "Use Auto Display Name", "", "", "");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -71,6 +71,8 @@
<file>PlotWindow24x24.png</file>
<file>3DWindow24x24.png</file>
<file>3DView16x16.png</file>
<file>SummaryCase48x48.png</file>
<file>openFolder24x24.png</file>
</qresource>
<qresource prefix="/Shader/">
<file>fs_CellFace.glsl</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB