mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5559 Add Save to Pdf icon
This commit is contained in:
parent
5c989b6a64
commit
b7494500a3
@ -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" ) );
|
||||
}
|
||||
|
BIN
ApplicationCode/Resources/PdfSave.png
Normal file
BIN
ApplicationCode/Resources/PdfSave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
ApplicationCode/Resources/PdfSave.xcf
Normal file
BIN
ApplicationCode/Resources/PdfSave.xcf
Normal file
Binary file not shown.
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user