#5559 Add Save to Pdf icon

This commit is contained in:
Jacob Støren
2020-03-30 16:51:31 +02:00
parent c587358e79
commit 773fa0fcd5
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

@@ -90,6 +90,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>