forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Virva Auvinen
parent
af6b2dc6ae
commit
d3abbae211
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user