mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Further Summary Multiplot improvements (#8707)
* Create a specialized summary plot page for showing multi plots * Make summary plots always show in grid of selected size. * Allow dragging summary addresses into empty main window area * Limit grid to 4x4 cells
This commit is contained in:
@@ -112,8 +112,11 @@ protected:
|
||||
|
||||
virtual bool showYAxis( int row, int column ) const;
|
||||
|
||||
void reinsertPlotWidgets();
|
||||
int alignCanvasTops();
|
||||
virtual void reinsertPlotWidgets();
|
||||
|
||||
void updateTitleFont();
|
||||
|
||||
int alignCanvasTops();
|
||||
|
||||
void clearGridLayout();
|
||||
|
||||
@@ -124,6 +127,7 @@ protected:
|
||||
std::pair<int, int> findAvailableRowAndColumn( int startRow, int startColumn, int columnSpan, int columnCount ) const;
|
||||
|
||||
void applyLook();
|
||||
|
||||
private slots:
|
||||
virtual void performUpdate();
|
||||
void onLegendUpdated();
|
||||
|
||||
Reference in New Issue
Block a user