Added icons to options dialog categories

Some categories do not have icons yet, unfortunately.
This commit is contained in:
Thorbjørn Lindeijer
2010-03-26 17:34:10 +01:00
parent d6b67fb290
commit 2d21060bc9
88 changed files with 252 additions and 26 deletions

View File

@@ -227,6 +227,7 @@ const char * const WIZARD_CATEGORY_QT = "R.Qt";
const char * const WIZARD_TR_CATEGORY_QT = QT_TRANSLATE_NOOP("Core", "Qt");
const char * const SETTINGS_CATEGORY_CORE = "A.Core";
const char * const SETTINGS_CATEGORY_CORE_ICON = ":/core/images/category_core.png";
const char * const SETTINGS_TR_CATEGORY_CORE = QT_TRANSLATE_NOOP("Core", "Environment");
const char * const SETTINGS_ID_ENVIRONMENT = "A.General";