#3524 HoloLens : Add icons

This commit is contained in:
Magne Sjaastad
2018-10-19 10:09:45 +02:00
parent a87eca531c
commit 1727ab959a
3 changed files with 2 additions and 1 deletions
@@ -54,6 +54,6 @@ void RicHoloLensCreateSessionFeature::onActionTriggered(bool isChecked)
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
void RicHoloLensCreateSessionFeature::setupActionLook(QAction* actionToSetup) void RicHoloLensCreateSessionFeature::setupActionLook(QAction* actionToSetup)
{ {
// actionToSetup->setIcon(QIcon(":/Save.png")); actionToSetup->setIcon(QIcon(":/hololens.png"));
actionToSetup->setText("HoloLens : Create Session"); actionToSetup->setText("HoloLens : Create Session");
} }
+1
View File
@@ -122,6 +122,7 @@
<file>statistics.png</file> <file>statistics.png</file>
<file>WellTargetPoint16x16.png</file> <file>WellTargetPoint16x16.png</file>
<file>WellTargetPointTangent16x16.png</file> <file>WellTargetPointTangent16x16.png</file>
<file>hololens.png</file>
</qresource> </qresource>
<qresource prefix="/Shader/"> <qresource prefix="/Shader/">
<file>fs_CellFace.glsl</file> <file>fs_CellFace.glsl</file>
Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B