QmlDesigner: Add new workspaces

Task-number: QDS-6234
Change-Id: I839459c18fd0937615d97c7b74584e97300b430b
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Thomas Hartmann
2022-02-21 11:31:31 +01:00
parent 38f5415d9a
commit 6104806208
8 changed files with 7 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ QT_END_NAMESPACE
namespace ADS {
namespace Constants {
const char DEFAULT_WORKSPACE[] = "Essentials"; // This needs to align with a name of the shipped presets
const char DEFAULT_WORKSPACE[] = "Basic"; // This needs to align with a name of the shipped presets
const char STARTUP_WORKSPACE_SETTINGS_KEY[] = "QML/Designer/StartupWorkspace";
const char AUTO_RESTORE_WORKSPACE_SETTINGS_KEY[] = "QML/Designer/AutoRestoreLastWorkspace";
} // namespace Constants