mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Basic seismic support (#10010)
Add basic seismic section support to eclipse and geomech views.
This commit is contained in:
@@ -58,12 +58,14 @@ public:
|
||||
m_minimum = 0;
|
||||
m_maximum = 10;
|
||||
m_showSpinBox = true;
|
||||
m_step = 1;
|
||||
}
|
||||
|
||||
public:
|
||||
int m_minimum;
|
||||
int m_maximum;
|
||||
bool m_showSpinBox;
|
||||
int m_step;
|
||||
};
|
||||
|
||||
class PdmUiSliderEditor : public PdmUiFieldEditorHandle
|
||||
|
Reference in New Issue
Block a user