VFP Plots : Select one or multiple files when creating VFP plots

This commit is contained in:
Magne Sjaastad
2021-03-03 12:28:25 +01:00
parent 3e2ddce10d
commit 44bae5dad6
4 changed files with 50 additions and 5 deletions

View File

@@ -43,6 +43,8 @@ public:
RimVfpPlot();
~RimVfpPlot() override;
void setFileName( const QString& filename );
// RimPlot implementations
RiuQwtPlotWidget* viewer() override;
void setAutoScaleXEnabled( bool enabled ) override;