mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T180, toggleTabBarPosition still requires old slot style
This commit is contained in:
@@ -188,6 +188,10 @@ namespace BlackGui
|
|||||||
//! Toogle lock tabbar
|
//! Toogle lock tabbar
|
||||||
void toggleTabBarLocked(bool locked);
|
void toggleTabBarLocked(bool locked);
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
//! Toggle tab position North - South
|
||||||
|
void toggleTabBarPosition();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QList<CDockWidgetInfoArea *> m_dockWidgetInfoAreas;
|
QList<CDockWidgetInfoArea *> m_dockWidgetInfoAreas;
|
||||||
QList<CInfoArea *> m_childInfoAreas;
|
QList<CInfoArea *> m_childInfoAreas;
|
||||||
@@ -251,9 +255,6 @@ namespace BlackGui
|
|||||||
//! Show tab bar
|
//! Show tab bar
|
||||||
void showTabBar(bool show);
|
void showTabBar(bool show);
|
||||||
|
|
||||||
//! Toggle tab position North - South
|
|
||||||
void toggleTabBarPosition();
|
|
||||||
|
|
||||||
//! Set dock area used
|
//! Set dock area used
|
||||||
void setDockArea(Qt::DockWidgetArea area);
|
void setDockArea(Qt::DockWidgetArea area);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user