mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2063 Added support for showing RelPerm plot curves without end-point scaling
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
class QDockWidget;
|
||||
class QButtonGroup;
|
||||
class QCheckBox;
|
||||
class QwtPlot;
|
||||
|
||||
|
||||
@@ -50,6 +51,7 @@ private:
|
||||
|
||||
private slots:
|
||||
void slotButtonInButtonGroupClicked(int);
|
||||
void slotUnscaledCheckBoxStateChanged(int);
|
||||
|
||||
private:
|
||||
std::vector<RigFlowDiagSolverInterface::RelPermCurve> m_allCurvesArr;
|
||||
@@ -58,5 +60,6 @@ private:
|
||||
QString m_cellReferenceText;
|
||||
QwtPlot* m_qwtPlot;
|
||||
QButtonGroup* m_selectedCurvesButtonGroup;
|
||||
QCheckBox* m_showUnscaledCheckBox;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user