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
@@ -37,6 +37,8 @@
|
||||
|
||||
#include <utils/styledbar.h>
|
||||
|
||||
#include <QtGui/QIcon>
|
||||
|
||||
namespace Core {
|
||||
class IEditor;
|
||||
|
||||
@@ -79,6 +81,7 @@ public:
|
||||
void setCanGoForward(bool canGoForward);
|
||||
void removeToolbarForEditor(IEditor *editor);
|
||||
void setCloseSplitEnabled(bool enable);
|
||||
void setCloseSplitIcon(const QIcon &icon);
|
||||
|
||||
public slots:
|
||||
void updateEditorStatus(IEditor *editor);
|
||||
|
||||
Reference in New Issue
Block a user