Add default dock window layouts and support hiding dock widgets before running tests.

This commit is contained in:
Jon Jenssen
2022-08-10 17:06:13 +02:00
committed by jonjenssen
parent 71d18b9e76
commit 013b735a0d
11 changed files with 424 additions and 15 deletions

View File

@@ -138,7 +138,8 @@ public:
RicGridCalculatorDialog* gridCalculatorDialog( bool createIfNotPresent );
protected:
void closeEvent( QCloseEvent* event ) override;
void closeEvent( QCloseEvent* event ) override;
QStringList defaultDockStateNames() override;
private:
void createActions();