#3946 Improve HoloLens icons
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
BIN
ApplicationCode/Resources/HoloLensConnect24x24.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ApplicationCode/Resources/HoloLensDisconnect24x24.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
ApplicationCode/Resources/HoloLensSendContinously24x24.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ApplicationCode/Resources/HoloLensSendOnce24x24.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 252 B |
|
Before Width: | Height: | Size: 859 B |
|
Before Width: | Height: | Size: 132 B |
|
Before Width: | Height: | Size: 188 B |