mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support horizontally stacked curves (#8553)
* #8548 Horizontal track : Improve stacked curves * Add horizontal track bar * Show relevant scroll bar for horizontal and vertical plots * Show max property value at top for horizontal plots
This commit is contained in:
@@ -41,13 +41,16 @@ protected:
|
||||
void alignScrollbar( int offset );
|
||||
|
||||
private:
|
||||
RimDepthTrackPlot* wellLogPlotDefinition();
|
||||
RimDepthTrackPlot* depthTrackPlot();
|
||||
|
||||
private slots:
|
||||
void slotSetMinDepth( int value );
|
||||
void performUpdate() override;
|
||||
|
||||
private:
|
||||
QPointer<QVBoxLayout> m_trackScrollBarLayout;
|
||||
QScrollBar* m_trackScrollBar;
|
||||
QPointer<QVBoxLayout> m_verticalTrackScrollBarLayout;
|
||||
QScrollBar* m_verticalTrackScrollBar;
|
||||
|
||||
QPointer<QHBoxLayout> m_horizontalTrackScrollBarLayout;
|
||||
QScrollBar* m_horizontalTrackScrollBar;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user