#846 Plot Window and 3D Window icons

This commit is contained in:
Jacob Støren 2016-10-04 14:36:27 +02:00
parent 0b9b0137cd
commit 8e95fda144
8 changed files with 7 additions and 4 deletions

View File

@ -50,5 +50,5 @@ void RicShowMainWindowFeature::onActionTriggered(bool isChecked)
void RicShowMainWindowFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Open 3D Window");
actionToSetup->setIcon(QIcon(":/ReservoirView.png"));
actionToSetup->setIcon(QIcon(":/3DWindow24x24.png"));
}

View File

@ -46,5 +46,5 @@ void RicShowPlotWindowFeature::onActionTriggered(bool isChecked)
void RicShowPlotWindowFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Open Plot Window");
actionToSetup->setIcon(QIcon(":/SummaryPlots16x16.png"));
actionToSetup->setIcon(QIcon(":/PlotWindow24x24.png"));
}

View File

@ -89,7 +89,7 @@ RimEclipseView::RimEclipseView()
RiaPreferences* preferences = app->preferences();
CVF_ASSERT(preferences);
CAF_PDM_InitObject("Reservoir View", ":/ReservoirView.png", "", "");
CAF_PDM_InitObject("Reservoir View", ":/3DView16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&cellResult, "GridCellResult", "Cell Result", ":/CellResult.png", "", "");
cellResult = new RimEclipseCellColors();

View File

@ -74,7 +74,7 @@ RimGeoMechView::RimGeoMechView(void)
RiaPreferences* preferences = app->preferences();
CVF_ASSERT(preferences);
CAF_PDM_InitObject("Geomechanical View", ":/ReservoirView.png", "", "");
CAF_PDM_InitObject("Geomechanical View", ":/3DView16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&cellResult, "GridCellResult", "Color Result", ":/CellResult.png", "", "");
cellResult = new RimGeoMechCellColors();

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -69,6 +69,9 @@
<file>IntersectionXPlane16x16.png</file>
<file>IntersectionYPlane16x16.png</file>
<file>IntersectionZPlane16x16.png</file>
<file>PlotWindow24x24.png</file>
<file>3DWindow24x24.png</file>
<file>3DView16x16.png</file>
</qresource>
<qresource prefix="/Shader/">
<file>fs_CellFace.glsl</file>