From b70fc7b3e837a6724add021ed5b1c5c8c6b880b5 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Fri, 28 Oct 2022 11:22:42 +0200 Subject: [PATCH] Added some SideBar documentation --- src/SideTabBar.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/SideTabBar.h b/src/SideTabBar.h index 890a10d..eb08973 100644 --- a/src/SideTabBar.h +++ b/src/SideTabBar.h @@ -41,7 +41,11 @@ class CDockWidgetSideTab; class CAutoHideDockContainer; /** - * Side tab widget that is shown at the edges of a dock container. + * Side tab bar widget that is shown at the edges of a dock container. + * The tab bar is only visible, if it contains visible content, that means if + * it contains visible tabs. If it is empty or all tabs are hidden, then the + * side bar is also hidden. As soon as one single tab becomes visible, this + * tab bar will be shown. */ class ADS_EXPORT CSideTabBar : public QFrame {