diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-07-03 20:57:07 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-07-03 20:57:07 (GMT) |
commit | 31a06d1c3b9fe562a680ae64e33db2dde1a81065 (patch) | |
tree | 479efbb159aade8a1db6a3dd0c4a8f67ec6ebc2f /src/MainWindow.h | |
parent | f8d4b225365b64a8eda122153c6329eea1f686d0 (diff) |
Save view settings between sessions.
A list of the saved settings is as follows:
* Show Edges
* Show Axes
* Show Crosshairs
* View Orthogonal / View Perspective
* Hide Console
* Hide Editor
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 23daf44..fa66c19 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -79,6 +79,7 @@ private: static void consoleOutput(const QString &msg, void *userdata) { static_cast<MainWindow*>(userdata)->console->append(msg); } + void loadViewSettings(); private slots: void actionNew(); |