#3946 Improve HoloLens icons

This commit is contained in:
Jacob Støren
2019-01-15 18:22:51 +01:00
parent 314a5747db
commit d158a3c3bb
14 changed files with 14 additions and 34 deletions

View File

@@ -118,13 +118,9 @@ void RicHoloLensAutoExportToSharingServerFeature::onActionTriggered(bool isCheck
//--------------------------------------------------------------------------------------------------
void RicHoloLensAutoExportToSharingServerFeature::setupActionLook(QAction* actionToSetup)
{
QPixmap pixmap(":/hololens.png");
QPixmap overlayPixmap(":/arrow-right-green.png");
actionToSetup->setIcon(QIcon(":/HoloLensSendContinously24x24.png"));
QPixmap combinedPixmap = RiaQIconTools::appendPixmapUpperLeft(pixmap, overlayPixmap);
actionToSetup->setIcon(QIcon(combinedPixmap));
actionToSetup->setText("Automatically Export to Sharing Server");
actionToSetup->setText("Export to HoloLens Server Continuously");
actionToSetup->setCheckable(true);
}

View File

@@ -49,11 +49,7 @@ void RicHoloLensCreateDummyFiledBackedSessionFeature::onActionTriggered(bool isC
//--------------------------------------------------------------------------------------------------
void RicHoloLensCreateDummyFiledBackedSessionFeature::setupActionLook(QAction* actionToSetup)
{
QPixmap pixmap(":/hololens.png");
QPixmap overlayPixmap(":/plus-sign-green.png");
actionToSetup->setIcon(QIcon(":/HoloLensConnect24x24.png"));
QPixmap combinedPixmap = RiaQIconTools::appendPixmapUpperLeft(pixmap, overlayPixmap);
actionToSetup->setIcon(QIcon(combinedPixmap));
actionToSetup->setText("Create Dummy File Backed Session");
actionToSetup->setText("Create File-Backed Dummy-Session");
}

View File

@@ -75,11 +75,7 @@ void RicHoloLensCreateSessionFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicHoloLensCreateSessionFeature::setupActionLook(QAction* actionToSetup)
{
QPixmap pixmap(":/hololens.png");
QPixmap overlayPixmap(":/plus-sign-green.png");
actionToSetup->setIcon(QIcon(":/HoloLensConnect24x24.png"));
QPixmap combinedPixmap = RiaQIconTools::appendPixmapUpperLeft(pixmap, overlayPixmap);
actionToSetup->setIcon(QIcon(combinedPixmap));
actionToSetup->setText("Create Session");
actionToSetup->setText("Connect to HoloLens Server");
}

View File

@@ -74,11 +74,7 @@ void RicHoloLensExportToSharingServerFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicHoloLensExportToSharingServerFeature::setupActionLook(QAction* actionToSetup)
{
QPixmap pixmap(":/hololens.png");
QPixmap overlayPixmap(":/arrow-right-green.png");
actionToSetup->setIcon(QIcon(":/HoloLensSendOnce24x24.png"));
QPixmap combinedPixmap = RiaQIconTools::appendPixmapUpperLeft(pixmap, overlayPixmap);
actionToSetup->setIcon(QIcon(combinedPixmap));
actionToSetup->setText("Export to Sharing Server");
actionToSetup->setText("Send to HoloLens Server Once");
}

View File

@@ -60,11 +60,7 @@ void RicHoloLensTerminateSessionFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicHoloLensTerminateSessionFeature::setupActionLook(QAction* actionToSetup)
{
QPixmap pixmap(":/hololens.png");
QPixmap overlayPixmap(":/minus-sign-red.png");
actionToSetup->setIcon(QIcon(":/HoloLensDisconnect24x24.png"));
QPixmap combinedPixmap = RiaQIconTools::appendPixmapUpperLeft(pixmap, overlayPixmap);
actionToSetup->setIcon(QIcon(combinedPixmap));
actionToSetup->setText("Terminate Session");
actionToSetup->setText("Disconnect from HoloLens server");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -122,10 +122,10 @@
<file>statistics.png</file>
<file>WellTargetPoint16x16.png</file>
<file>WellTargetPointTangent16x16.png</file>
<file>hololens.png</file>
<file>minus-sign-red.png</file>
<file>plus-sign-green.png</file>
<file>arrow-right-green.png</file>
<file>HoloLensConnect24x24.png</file>
<file>HoloLensDisconnect24x24.png</file>
<file>HoloLensSendContinously24x24.png</file>
<file>HoloLensSendOnce24x24.png</file>
<file>2DMap16x16.png</file>
<file>2DMaps16x16.png</file>
<file>AICDValve16x16.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B