mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-12 16:20:25 +08:00
Added some SideBar documentation
This commit is contained in:
parent
38ee87f762
commit
b70fc7b3e8
@ -41,7 +41,11 @@ class CDockWidgetSideTab;
|
|||||||
class CAutoHideDockContainer;
|
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
|
class ADS_EXPORT CSideTabBar : public QFrame
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user