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

@@ -60,6 +60,8 @@ const char * const DEBUGGER_COMMON_SETTINGS_NAME =
const char * const DEBUGGER_SETTINGS_CATEGORY = "O.Debugger";
const char * const DEBUGGER_SETTINGS_TR_CATEGORY =
QT_TRANSLATE_NOOP("Debugger", "Debugger");
const char * const DEBUGGER_COMMON_SETTINGS_CATEGORY_ICON =
":/core/images/category_debug.png";
namespace Internal {
enum { debug = 0 };