#872 When exporting several summary plots the data from different plots are stored to different files, and adding extension .csv to files files exported for wellLogPlots and summaryPlots.

This commit is contained in:
astridkbjorke
2017-03-10 14:50:04 +01:00
parent 4ccdd51ea8
commit 0a945155c5
10 changed files with 78 additions and 57 deletions

View File

@@ -99,7 +99,7 @@ public:
virtual void zoomAll() override;
virtual QWidget* viewWidget() override;
QString asciiDataForPlotExport();
QString asciiDataForPlotExport() const;
protected: