Add an action to show/hide the mode bar on the far left.

Change-Id: If7a74eed7fc77b1d0fd5e4045671b3767fe2d7a2
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
(cherry picked from commit bde0627e59)
This commit is contained in:
Eike Ziller
2013-04-11 12:22:10 +02:00
parent be62b79f93
commit 2bfcb47d63
7 changed files with 50 additions and 17 deletions

View File

@@ -159,13 +159,15 @@ public:
void setTabEnabled(int index, bool enable);
bool isTabEnabled(int index) const;
bool isSelectionWidgetVisible() const;
signals:
void currentAboutToShow(int index);
void currentChanged(int index);
public slots:
void setCurrentIndex(int index);
void setSelectionWidgetHidden(bool hidden);
void setSelectionWidgetVisible(bool visible);
private slots:
void showWidget(int index);