forked from qt-creator/qt-creator
ProjectExplorer: Add a common template for project settings
- Added base widget class for common options among project settings tabs - Added usage new template class to all pages used in project settings ToDo - Make CodeStyle tab standardized Change-Id: I8f70413b6ee764c5e43fbeae104b9389237c582f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -47,6 +47,7 @@ const char AUTOTEST_CONTEXT[] = "Auto Tests";
|
||||
const char TASK_INDEX[] = "AutoTest.Task.Index";
|
||||
const char TASK_PARSE[] = "AutoTest.Task.Parse";
|
||||
const char AUTOTEST_SETTINGS_CATEGORY[] = "ZY.Tests";
|
||||
const char AUTOTEST_SETTINGS_ID[] = "A.AutoTest.0.General";
|
||||
const char AUTOTEST_SETTINGS_TR[] = QT_TRANSLATE_NOOP("AutoTest", "Testing");
|
||||
const char FRAMEWORK_PREFIX[] = "AutoTest.Framework.";
|
||||
const char SETTINGSPAGE_PREFIX[] = "A.AutoTest.";
|
||||
|
||||
Reference in New Issue
Block a user