From 85cd97a33446699f97a21429ceb22f3acf40a5be Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Mon, 20 Jun 2022 23:51:16 +0200 Subject: QmlProjectManager: Update landing page * Make landing page responsive * Use QtCreator welcome page theme colors * Remove CMake from landing page * Separate colors from values to make mocking data less redundant * Add quick version to qt version check * Use qml singleton for backend instead of using the root context item Change-Id: Ic303d4713c348e34197716031b303720702f3e98 Reviewed-by: Reviewed-by: Thomas Hartmann --- src/plugins/qmlprojectmanager/qmlprojectconstants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/qmlprojectmanager/qmlprojectconstants.h') diff --git a/src/plugins/qmlprojectmanager/qmlprojectconstants.h b/src/plugins/qmlprojectmanager/qmlprojectconstants.h index 3ba2b10146..89d3cc630d 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectconstants.h +++ b/src/plugins/qmlprojectmanager/qmlprojectconstants.h @@ -43,5 +43,9 @@ const char customImportPaths[] = "CustomImportPaths"; const char canonicalProjectDir[] ="CanonicalProjectDir"; const char enviromentLaunchedQDS[] = "QTC_LAUNCHED_QDS"; + +const char ALWAYS_OPEN_UI_MODE[] = "J.QtQuick/QmlJSEditor.openUiQmlMode"; +const char QML_RESOURCE_PATH[] = "qmldesigner/propertyEditorQmlSources/imports"; +const char LANDING_PAGE_PATH[] = "qmldesigner/landingpage"; } // namespace Constants } // namespace QmlProjectManager -- cgit v1.2.1