From e042b2d17b06e40a66c35615ada19dfb31bf7c69 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 31 Oct 2019 11:53:22 +0100 Subject: [PATCH] #4958 Summary adjustments : Rename to Last used summary template --- .../RicCreatePlotFromTemplateByShortcutFeature.cpp | 2 +- .../GrpcInterface/Python/doc/source/PythonExamples.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromTemplateByShortcutFeature.cpp b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromTemplateByShortcutFeature.cpp index d1467416d5..69e13f272d 100644 --- a/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromTemplateByShortcutFeature.cpp +++ b/ApplicationCode/Commands/PlotTemplateCommands/RicCreatePlotFromTemplateByShortcutFeature.cpp @@ -82,7 +82,7 @@ void RicCreatePlotFromTemplateByShortcutFeature::onActionTriggered( bool isCheck //-------------------------------------------------------------------------------------------------- void RicCreatePlotFromTemplateByShortcutFeature::setupActionLook( QAction* actionToSetup ) { - actionToSetup->setText( "Create Plot from Default Template" ); + actionToSetup->setText( "Create Plot from Last Used Template" ); actionToSetup->setIcon( QIcon( ":/SummaryTemplate16x16.png" ) ); QKeySequence keySeq( Qt::CTRL + Qt::Key_T ); diff --git a/ApplicationCode/GrpcInterface/Python/doc/source/PythonExamples.rst b/ApplicationCode/GrpcInterface/Python/doc/source/PythonExamples.rst index 4d2ab34133..6cd765f344 100644 --- a/ApplicationCode/GrpcInterface/Python/doc/source/PythonExamples.rst +++ b/ApplicationCode/GrpcInterface/Python/doc/source/PythonExamples.rst @@ -33,6 +33,10 @@ ErrorHandling ------------- .. literalinclude:: ../../rips/PythonExamples/error_handling.py +ExportContourMaps +----------------- +.. literalinclude:: ../../rips/PythonExamples/export_contour_maps.py + ExportPlots ----------- .. literalinclude:: ../../rips/PythonExamples/export_plots.py