mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1380 Major refactor of the management of views to fix the active view problem. Expect some trouble following this.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QMdiSubWindow>
|
||||
#include "RimViewWindow.h"
|
||||
|
||||
|
||||
class RiuMdiSubWindow : public QMdiSubWindow
|
||||
@@ -28,6 +29,8 @@ public:
|
||||
|
||||
~RiuMdiSubWindow();
|
||||
|
||||
static RimMdiWindowGeometry windowGeometryForWidget(QWidget* widget);
|
||||
|
||||
protected:
|
||||
virtual void closeEvent(QCloseEvent* event);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user