mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improved state handling of toolbar actions
This commit is contained in:
@@ -113,6 +113,7 @@ public:
|
||||
std::vector<int> windowGeometryForWidget(QWidget* widget);
|
||||
|
||||
void tileWindows();
|
||||
bool isAnyMdiSubWindowVisible();
|
||||
|
||||
protected:
|
||||
virtual void closeEvent(QCloseEvent* event);
|
||||
@@ -208,6 +209,8 @@ private:
|
||||
// Menu and action slots
|
||||
private slots:
|
||||
|
||||
friend class RiuMdiSubWindow;
|
||||
|
||||
// File slots
|
||||
void slotImportGeoMechModel();
|
||||
void slotOpenProject();
|
||||
|
||||
Reference in New Issue
Block a user