forked from qt-creator/qt-creator
ProjectExplorer: Create and populate 'Kits' settings category
Kits are a central concept and structure in anything build and run related in Creator, their organization is crucial for the functionality of Creator and deserve to be emphasized over other, often more cosmetic settings. This is the first step of two, the second step would be moving the Device (list) page also in this category, possibly after some reorganization in the Device category. Change-Id: I4abc89472d0575c691fc9e5051397833126e5456 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -189,7 +189,7 @@ const char WIZARD_KIND_UNKNOWN[] = "unknown";
|
||||
const char WIZARD_KIND_PROJECT[] = "project";
|
||||
const char WIZARD_KIND_FILE[] = "file";
|
||||
|
||||
const char SETTINGS_CATEGORY_CORE[] = "A.Core";
|
||||
const char SETTINGS_CATEGORY_CORE[] = "B.Core";
|
||||
const char SETTINGS_CATEGORY_CORE_ICON[] = ":/core/images/category_core.png";
|
||||
const char SETTINGS_TR_CATEGORY_CORE[] = QT_TRANSLATE_NOOP("Core", "Environment");
|
||||
const char SETTINGS_ID_INTERFACE[] = "A.Interface";
|
||||
|
||||
Reference in New Issue
Block a user