mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
* #2082 Support custom date time format * Clang-format
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RiaQDateTimeTools.h"
|
||||
#include "RiuInterfaceToViewWindow.h"
|
||||
#include "RiuQwtPlot.h"
|
||||
|
||||
@@ -40,7 +41,7 @@ class RiuSummaryQwtPlot : public RiuQwtPlot
|
||||
public:
|
||||
RiuSummaryQwtPlot(RimViewWindow* ownerViewWindow, QWidget* parent = nullptr);
|
||||
|
||||
void useDateBasedTimeAxis();
|
||||
void useDateBasedTimeAxis(const QString& dateFormat, const QString& timeFormat);
|
||||
void useTimeBasedTimeAxis();
|
||||
|
||||
void addOrUpdateEnsembleCurveSetLegend(RimEnsembleCurveSet* curveSetToShowLegendFor);
|
||||
|
||||
Reference in New Issue
Block a user