forked from qt-creator/qt-creator
Fixes for FancyActionBar and TargetSelector.
- Improved icon and text positioning - Improved readability and some gfx glitches on windows and mac - Removed drop down functionality from Run/Debug/Build buttons
This commit is contained in:
@@ -64,12 +64,10 @@ public:
|
||||
FancyActionBar(QWidget *parent = 0);
|
||||
|
||||
void paintEvent(QPaintEvent *event);
|
||||
void insertAction(int index, QAction *action, QMenu *menu = 0);
|
||||
void insertAction(int index, QAction *action);
|
||||
void addProjectSelector(QAction *action);
|
||||
QLayout *actionsLayout() const;
|
||||
|
||||
private slots:
|
||||
void toolButtonContextMenuActionTriggered(QAction*);
|
||||
private:
|
||||
QVBoxLayout *m_actionsLayout;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user