Ref T592, also fire signal after init and doube click of tab bar

This commit is contained in:
Klaus Basan
2019-04-05 18:16:03 +02:00
committed by Mat Sutcliffe
parent 410b187a0e
commit 9fd782af71
2 changed files with 20 additions and 6 deletions

View File

@@ -189,10 +189,6 @@ namespace BlackGui
//! Toogle lock tabbar
void toggleTabBarLocked(bool locked);
private slots:
//! Toggle tab position North - South
void toggleTabBarPosition();
private:
QList<CDockWidgetInfoArea *> m_dockWidgetInfoAreas;
QList<CInfoArea *> m_childInfoAreas;
@@ -202,6 +198,9 @@ namespace BlackGui
bool m_showTabBar = true; //!< show the tab bar?
bool m_lockTabBar = false; //!< locked: means double clicks ignored
//! Toggle tab position North - South
void toggleTabBarPosition();
//! Tabify the widgets
void tabifyAllWidgets();