mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T592, also fire signal after init and doube click of tab bar
This commit is contained in:
committed by
Mat Sutcliffe
parent
410b187a0e
commit
9fd782af71
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user