mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1293 Show plot data in text widget
This commit is contained in:
@@ -79,6 +79,8 @@ public:
|
||||
QMdiSubWindow* findMdiSubWindow(QWidget* viewer);
|
||||
QList<QMdiSubWindow*> subWindowList(QMdiArea::WindowOrder order);
|
||||
|
||||
void addToTemporaryWidgets(QWidget* widget);
|
||||
|
||||
protected:
|
||||
virtual void closeEvent(QCloseEvent* event);
|
||||
|
||||
@@ -124,4 +126,6 @@ private:
|
||||
caf::PdmUiPropertyView* m_pdmUiPropertyView;
|
||||
|
||||
bool m_blockSlotSubWindowActivated;
|
||||
|
||||
std::vector<QWidget*> m_temporaryWidgets;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user