54 QByteArray documentSplitterState; |
54 QByteArray documentSplitterState; |
55 uiutilities::KeySequenceMap defaultKeyboardShortcuts; |
55 uiutilities::KeySequenceMap defaultKeyboardShortcuts; |
56 static constexpr int maxRecentlyOpenedFiles = 10; |
56 static constexpr int maxRecentlyOpenedFiles = 10; |
57 QStringList recentlyOpenedFiles; |
57 QStringList recentlyOpenedFiles; |
58 ldraw::ColorTable colorTable; |
58 ldraw::ColorTable colorTable; |
59 gl::RenderStyle renderStyle; |
59 gl::RenderPreferences renderPreferences; |
60 void updateTitle(); |
60 void updateTitle(); |
61 void updateRenderStyles(); |
61 void updateRenderPreferences(); |
62 void saveSettings(); |
62 void saveSettings(); |
63 void restoreSettings(); |
63 void restoreSettings(); |
64 void changeLanguage(QString localeCode); |
64 void changeLanguage(QString localeCode); |
65 void addRecentlyOpenedFile(const QString& path); |
65 void addRecentlyOpenedFile(const QString& path); |
66 void openModelForEditing(const QString& modelName); |
66 void openModelForEditing(const QString& modelName); |