Fix tile windows command, and make sure logger is reconnected to 3d view if it is closed and reopened

This commit is contained in:
Jon Jenssen
2022-08-23 16:05:31 +02:00
committed by Magne Sjaastad
parent 000605bd99
commit 8c835b5568
9 changed files with 35 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ class PdmUiTreeView;
class PdmUiItem;
} // namespace caf
class QAction;
class QMdiArea;
class QMdiSubWindow;
class QUndoView;
@@ -113,6 +114,8 @@ protected:
virtual QStringList defaultDockStateNames() = 0;
virtual QAction* tileSubWindowsAction() = 0;
protected slots:
void slotDockWidgetToggleViewActionTriggered();
void slotRefreshHelpActions();