mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#851 Added "Open 3D Window" tool button in plot window. Raise mainWindow when activated from toolbar
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include <QMdiArea>
|
||||
|
||||
#include <memory>
|
||||
|
||||
class QMdiSubWindow;
|
||||
|
||||
class RiuViewer;
|
||||
@@ -48,7 +50,6 @@ class RiuMainPlotWindow : public RiuMainWindowBase
|
||||
|
||||
public:
|
||||
RiuMainPlotWindow();
|
||||
~RiuMainPlotWindow();
|
||||
|
||||
virtual QString mainWindowName() { return "RiuMainPlotWindow"; }
|
||||
|
||||
@@ -125,7 +126,7 @@ public:
|
||||
private:
|
||||
caf::PdmUiTreeView* m_projectTreeView;
|
||||
|
||||
caf::PdmUiDragDropInterface* m_dragDropInterface;
|
||||
std::unique_ptr<caf::PdmUiDragDropInterface> m_dragDropInterface;
|
||||
|
||||
caf::PdmObject* m_pdmRoot;
|
||||
caf::PdmUiPropertyView* m_pdmUiPropertyView;
|
||||
|
||||
Reference in New Issue
Block a user