diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-09-30 19:53:35 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-09-30 19:53:35 +0200 |
commit | f99190895bed910653303232ec576d10902736c7 (patch) | |
tree | c0ebccb7f0f9b283c4269c6163b61d65782ce235 /src/mainwindow.h | |
parent | 90d54a3aa48f8b1c050754f866ef0cf013f4f06b (diff) |
Open mainwindow in disabled state until a project is either loaded or created.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 2c12950..e83b6a5 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -80,6 +80,9 @@ private: //! Reset project and reflect in mainwindow (close tabs and lists) void reset(); + //! Controls wether the window components are enabled for the user to use. + void setWindowEnabled(bool enabled); + void loadSettings(); void saveSettings(); |