forked from qt-creator/qt-creator
Icon refresh: First step towards the new Qt Creator themes
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -194,8 +194,8 @@ const char ICON_REDO[] = ":/core/images/redo.png";
|
||||
const char ICON_COPY[] = ":/core/images/editcopy.png";
|
||||
const char ICON_PASTE[] = ":/core/images/editpaste.png";
|
||||
const char ICON_CUT[] = ":/core/images/editcut.png";
|
||||
const char ICON_NEXT[] = ":/core/images/next.png";
|
||||
const char ICON_PREV[] = ":/core/images/prev.png";
|
||||
const char ICON_NEXT[] = ":/core/images/next.png|IconsNavigationArrowsColor";
|
||||
const char ICON_PREV[] = ":/core/images/prev.png|IconsNavigationArrowsColor";
|
||||
const char ICON_DIR[] = ":/core/images/dir.png";
|
||||
const char ICON_CLEAN_PANE[] = ":/core/images/clean_pane_small.png";
|
||||
const char ICON_CLEAR[] = ":/core/images/clear.png";
|
||||
@@ -219,9 +219,14 @@ const char ICON_PAUSE[] = ":/core/images/pause.png";
|
||||
const char ICON_QTLOGO_32[] = ":/core/images/logo/32/QtProject-qtcreator.png";
|
||||
const char ICON_QTLOGO_64[] = ":/core/images/logo/64/QtProject-qtcreator.png";
|
||||
const char ICON_QTLOGO_128[] = ":/core/images/logo/128/QtProject-qtcreator.png";
|
||||
const char ICON_WARNING[] = ":/core/images/warning.png";
|
||||
const char ICON_ERROR[] = ":/core/images/error.png";
|
||||
const char ICON_INFO[] = ":/core/images/info.png";
|
||||
const char ICON_WARNING[] = ":/core/images/warning.png|IconsWarningColor";
|
||||
const char ICON_ERROR[] = ":/core/images/error.png|IconsErrorColor";
|
||||
const char ICON_INFO[] = ":/core/images/info.png|IconsInfoColor";
|
||||
const char ICON_DEBUG_START_SMALL[] = ":/core/images/debugger_overlay_small.png|IconsDebugColor,:/core/images/run_overlay_small.png|IconsRunColor";
|
||||
const char ICON_DEBUG_EXIT_SMALL[] = ":/core/images/debugger_overlay_small.png|IconsDebugColor,:/core/images/stop_overlay_small.png|IconsStopColor";
|
||||
const char ICON_DEBUG_INTERRUPT_SMALL[] = ":/core/images/debugger_overlay_small.png|IconsDebugColor,:/core/images/interrupt_overlay_small.png|IconsInterruptColor";
|
||||
const char ICON_DEBUG_CONTINUE_SMALL[] = ":/core/images/debugger_overlay_small.png|IconsDebugColor,:/core/images/continue_overlay_small.png|IconsRunColor";
|
||||
const char ICON_ZOOM[] = ":/core/images/zoom.png";
|
||||
|
||||
const char WIZARD_CATEGORY_QT[] = "R.Qt";
|
||||
const char WIZARD_TR_CATEGORY_QT[] = QT_TRANSLATE_NOOP("Core", "Qt");
|
||||
|
||||
Reference in New Issue
Block a user