forked from qt-creator/qt-creator
SettingsDialog: Polish
Use QGridLayout to align header label and QStackedLayout for the pages (in code, as it is not available in Designer). Derive new class FilterLineEdit for filter widgets based on a modified version of FancyLineEdit and use that in settings. Rubber-stamped-by: con <qtc-committer@nokia.com>
This commit is contained in:
@@ -50,7 +50,7 @@ const char * const CPPTOOLS_SETTINGSGROUP = "CppTools";
|
||||
const char * const LOWERCASE_CPPFILES_KEY = "LowerCaseFiles";
|
||||
enum { lowerCaseFilesDefault = 1 };
|
||||
|
||||
const char * const CPP_SETTINGS_ID = QT_TRANSLATE_NOOP("CppTools", "File Naming Conventions");
|
||||
const char * const CPP_SETTINGS_ID = QT_TRANSLATE_NOOP("CppTools", "File Naming");
|
||||
const char * const CPP_SETTINGS_CATEGORY = QT_TRANSLATE_NOOP("CppTools", "C++");
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
Reference in New Issue
Block a user