Use oxygen icons

This commit is contained in:
2012-05-05 19:22:38 +02:00
parent c565c7740d
commit 34a36199a2
15 changed files with 15 additions and 14 deletions

View File

@@ -32,17 +32,17 @@ namespace view {
#define DEFAULT_FONT(font_name) QFont font_name(view::DEFAULT_FONT_NAME, view::DEFAULT_FONT_SIZE);
};
#define DELETE_ICON RESSOURCES_ROOT "icons/process-stop.png"
#define CHECKED_ICON RESSOURCES_ROOT "icons/tick-icon.png"
#define ACCOUNT_ICON RESSOURCES_ROOT "icons/administrator-icon.png"
#define STATS_ICON RESSOURCES_ROOT "icons/chart-icon.png"
#define SEARCH_ICON RESSOURCES_ROOT "icons/Search-icon.png"
#define PREFS_ICON RESSOURCES_ROOT "icons/options-icon.png"
#define IMPORT_ICON RESSOURCES_ROOT "icons/import-icon.png"
#define EXPORT_ICON RESSOURCES_ROOT "icons/export-icon.png"
#define CHANGE_USER_ICON RESSOURCES_ROOT "icons/Clients-icon.png"
#define ABOUT_ICON RESSOURCES_ROOT "icons/windows-users-icon.png"
#define QUIT_ICON RESSOURCES_ROOT "icons/system-log-out.png"
#define DELETE_ICON RESSOURCES_ROOT "icons/delete.png"
#define CHECKED_ICON RESSOURCES_ROOT "icons/check.png"
#define USER_ICON RESSOURCES_ROOT "icons/user.png"
#define STATS_ICON RESSOURCES_ROOT "icons/charts.png"
#define SEARCH_ICON RESSOURCES_ROOT "icons/search.png"
#define PREFS_ICON RESSOURCES_ROOT "icons/preferences.png"
#define IMPORT_ICON RESSOURCES_ROOT "icons/import.png"
#define EXPORT_ICON RESSOURCES_ROOT "icons/export.png"
#define CHANGE_USER_ICON RESSOURCES_ROOT "icons/switch_user.png"
#define ABOUT_ICON RESSOURCES_ROOT "icons/about.png"
#define QUIT_ICON RESSOURCES_ROOT "icons/exit.png"
#define LANG_ROOT RESSOURCES_ROOT "po/"