#5559 Add Save to Pdf icon

This commit is contained in:
Jacob Støren 2020-03-30 16:51:31 +02:00 committed by Magne Sjaastad
parent 5c989b6a64
commit b7494500a3
4 changed files with 3 additions and 5 deletions

View File

@ -86,9 +86,6 @@ void RicSnapshotViewToPdfFeature::onActionTriggered( bool isChecked )
//--------------------------------------------------------------------------------------------------
void RicSnapshotViewToPdfFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "PDF" );
// TODO : When icon is created, use the text below
// actionToSetup->setText( "Export View To PDF" );
// actionToSetup->setIcon( QIcon( ":/SnapShotSave.png" ) );
actionToSetup->setText( "Export View To PDF" );
actionToSetup->setIcon( QIcon( ":/PdfSave.png" ) );
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

View File

@ -87,6 +87,7 @@
<file>ObservedRFTDataFile16x16.png</file>
<file>ObservedRSMDataFile16x16.png</file>
<file>OctaveScriptFile16x16.png</file>
<file>PdfSave.png</file>
<file>Parallel24x24.png</file>
<file>PerforationInterval16x16.png</file>
<file>PerforationIntervals16x16.png</file>