Skip to content

Commit 2378f46

Browse files
Added documentation for tab menu
1 parent ea70736 commit 2378f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ The drag preview widget can be configured by a number of global dock manager fla
8282
The best way to test non-opaque undocking is to set the standard flags: `CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig)`.
8383

8484
### Tab-menu for easy handling of many tabbed dock widgets
85+
Tabs are a good way to quickly switch between dockwidgets in a dockarea. However, if the number of dockwidgets is too large, this may affect the usability of the tab bar. To keep track in this situation, you can use the tab menu. The menu allows you to quickly select the dockwidget you want to activate from a drop down menu.
86+
8587
### Many different ways to detach dock widgets
8688
### Supports deletion of dynamically created dock widgets
8789

0 commit comments

Comments
 (0)