Fix Summary Multiplot subplot colspan issue (#8805)

Fix colspan bug for summary multiplots
This commit is contained in:
jonjenssen
2022-04-19 12:34:40 +02:00
committed by GitHub
parent c41ab07c1a
commit db3395da44
9 changed files with 215 additions and 31 deletions

View File

@@ -113,12 +113,17 @@ protected:
bool eventFilter( QObject* obj, QEvent* ev ) override;
private:
void deleteAllPages();
void createPages();
virtual void createPages();
void adjustBookFrame();
void applyPageSettings( RiuMultiPlotPage* page );
const QList<QPointer<RiuMultiPlotPage>>& pages() const;
RiuMultiPlotPage* createPage();
void applyLook();
private:
RiuMultiPlotPage* createPage();
void deleteAllPages();
void applyLook();
void changeCurrentPage( int pageNumber );