mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
virtual QWidget* viewWidget() override;
|
||||
|
||||
QString asciiDataForPlotExport();
|
||||
QString asciiDataForPlotExport() const;
|
||||
|
||||
protected:
|
||||
// Overridden PDM methods
|
||||
@@ -112,8 +112,6 @@ private:
|
||||
void updateMdiWindowTitle() override;
|
||||
virtual void deleteViewWidget() override;
|
||||
|
||||
int casePositionInList(QString curveCase, std::vector<QString> caseNames);
|
||||
|
||||
private:
|
||||
caf::PdmField<bool> m_showPlotTitle;
|
||||
caf::PdmField<QString> m_userName;
|
||||
|
||||
Reference in New Issue
Block a user