qtquick: Move the "tabbar autohide" property to TabBar

It's a better location than in Stack
This commit is contained in:
Sergio Martins
2022-07-07 14:36:48 +01:00
parent 019692fd2f
commit 5386d44fdb
5 changed files with 30 additions and 2 deletions

View File

@@ -47,8 +47,6 @@ class DOCKS_EXPORT Stack_qtquick
Q_OBJECT
Q_PROPERTY(DockWidgetModel *dockWidgetModel READ dockWidgetModel CONSTANT)
Q_PROPERTY(QObject *tabBar READ tabBarViewObj NOTIFY tabBarChanged)
Q_PROPERTY(bool tabBarAutoHide READ tabBarAutoHide NOTIFY tabBarAutoHideChanged)
public:
explicit Stack_qtquick(Controllers::Stack *controller,
QQuickItem *parent = nullptr);