summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/coreconstants.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-02-01 21:39:05 +0100
committerVirva Auvinen <virva.auvinen@nokia.com>2012-02-13 09:14:32 +0100
commitd3abbae211e13c245d1239d1ebfaab055a987712 (patch)
tree1aad334b0e4cc799ca52216d3cf150a5b17d7f92 /src/plugins/coreplugin/coreconstants.h
parentaf6b2dc6ae17aa9790c00f3b8ee3ba438e4e7aa5 (diff)
downloadqt-creator-d3abbae211e13c245d1239d1ebfaab055a987712.tar.gz
New close split buttons.
This change moves the "close document" button back to the top-left and instead changes the icon on the "close split" buttons. Change-Id: I187c3f707f38ea8edef996cb5393654015d551ca Reviewed-by: Virva Auvinen <virva.auvinen@nokia.com>
Diffstat (limited to 'src/plugins/coreplugin/coreconstants.h')
-rw-r--r--src/plugins/coreplugin/coreconstants.h56
1 files changed, 31 insertions, 25 deletions
diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h
index 88d3af79c6..904d6478e7 100644
--- a/src/plugins/coreplugin/coreconstants.h
+++ b/src/plugins/coreplugin/coreconstants.h
@@ -181,31 +181,37 @@ const char G_WINDOW_OTHER[] = "QtCreator.Group.Window.Other";
const char G_HELP_HELP[] = "QtCreator.Group.Help.Help";
const char G_HELP_ABOUT[] = "QtCreator.Group.Help.About";
-const char ICON_MINUS[] = ":/core/images/minus.png";
-const char ICON_PLUS[] = ":/core/images/plus.png";
-const char ICON_NEWFILE[] = ":/core/images/filenew.png";
-const char ICON_OPENFILE[] = ":/core/images/fileopen.png";
-const char ICON_SAVEFILE[] = ":/core/images/filesave.png";
-const char ICON_UNDO[] = ":/core/images/undo.png";
-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_DIR[] = ":/core/images/dir.png";
-const char ICON_CLEAN_PANE[] = ":/core/images/clean_pane_small.png";
-const char ICON_CLEAR[] = ":/core/images/clear.png";
-const char ICON_RESET[] = ":/core/images/reset.png";
-const char ICON_MAGNIFIER[] = ":/core/images/magnifier.png";
-const char ICON_TOGGLE_SIDEBAR[] = ":/core/images/sidebaricon.png";
-const char ICON_CLOSE[] = ":/core/images/closebutton.png";
-const char ICON_CLOSE_DARK[] = ":/core/images/darkclosebutton.png";
-const char ICON_SPLIT_HORIZONTAL[] = ":/core/images/splitbutton_horizontal.png";
-const char ICON_FILTER[] = ":/core/images/filtericon.png";
-const char ICON_LINK[] = ":/core/images/linkicon.png";
-const char ICON_QTLOGO_32[] = ":/core/images/logo/32/qtcreator.png";
-const char ICON_QTLOGO_128[] = ":/core/images/logo/128/qtcreator.png";
+const char ICON_MINUS[] = ":/core/images/minus.png";
+const char ICON_PLUS[] = ":/core/images/plus.png";
+const char ICON_NEWFILE[] = ":/core/images/filenew.png";
+const char ICON_OPENFILE[] = ":/core/images/fileopen.png";
+const char ICON_SAVEFILE[] = ":/core/images/filesave.png";
+const char ICON_UNDO[] = ":/core/images/undo.png";
+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_DIR[] = ":/core/images/dir.png";
+const char ICON_CLEAN_PANE[] = ":/core/images/clean_pane_small.png";
+const char ICON_CLEAR[] = ":/core/images/clear.png";
+const char ICON_RESET[] = ":/core/images/reset.png";
+const char ICON_MAGNIFIER[] = ":/core/images/magnifier.png";
+const char ICON_TOGGLE_SIDEBAR[] = ":/core/images/sidebaricon.png";
+const char ICON_CLOSE_DOCUMENT[] = ":/core/images/button_close.png";
+const char ICON_CLOSE[] = ":/core/images/closebutton.png";
+const char ICON_CLOSE_DARK[] = ":/core/images/darkclosebutton.png";
+const char ICON_SPLIT_HORIZONTAL[] = ":/core/images/splitbutton_horizontal.png";
+const char ICON_SPLIT_VERTICAL[] = ":/core/images/splitbutton_vertical.png";
+const char ICON_CLOSE_SPLIT_TOP[] = ":/core/images/splitbutton_closetop.png";
+const char ICON_CLOSE_SPLIT_BOTTOM[] = ":/core/images/splitbutton_closebottom.png";
+const char ICON_CLOSE_SPLIT_LEFT[] = ":/core/images/splitbutton_closeleft.png";
+const char ICON_CLOSE_SPLIT_RIGHT[] = ":/core/images/splitbutton_closeright.png";
+const char ICON_FILTER[] = ":/core/images/filtericon.png";
+const char ICON_LINK[] = ":/core/images/linkicon.png";
+const char ICON_QTLOGO_32[] = ":/core/images/logo/32/qtcreator.png";
+const char ICON_QTLOGO_128[] = ":/core/images/logo/128/qtcreator.png";
const char WIZARD_CATEGORY_QT[] = "R.Qt";
const char WIZARD_TR_CATEGORY_QT[] = QT_TRANSLATE_NOOP("Core", "Qt");