#889 Added intersection box icons

This commit is contained in:
Jacob Støren 2016-09-30 11:06:59 +02:00
parent 3e48b102f3
commit 45634df0e9
7 changed files with 6 additions and 3 deletions

View File

@ -84,7 +84,7 @@ void RicIntersectionBoxXSliceFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicIntersectionBoxXSliceFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/IntersectionBox16x16.png"));
actionToSetup->setIcon(QIcon(":/IntersectionXPlane16x16.png"));
actionToSetup->setText("X-slice Intersection Box");
}

View File

@ -84,7 +84,7 @@ void RicIntersectionBoxYSliceFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicIntersectionBoxYSliceFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/IntersectionBox16x16.png"));
actionToSetup->setIcon(QIcon(":/IntersectionYPlane16x16.png"));
actionToSetup->setText("Y-slice Intersection Box");
}

View File

@ -83,7 +83,7 @@ void RicIntersectionBoxZSliceFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicIntersectionBoxZSliceFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/IntersectionBox16x16.png"));
actionToSetup->setIcon(QIcon(":/IntersectionZPlane16x16.png"));
actionToSetup->setText("Z-slice Intersection Box");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

View File

@ -66,6 +66,9 @@
<file>Parallel16x16.png</file>
<file>Perspective16x16.png</file>
<file>IntersectionBox16x16.png</file>
<file>IntersectionXPlane16x16.png</file>
<file>IntersectionYPlane16x16.png</file>
<file>IntersectionZPlane16x16.png</file>
</qresource>
<qresource prefix="/Shader/">
<file>fs_CellFace.glsl</file>