Added documentation for tab menu

This commit is contained in:
githubuser0xFFFF 2019-12-16 14:54:29 +01:00 committed by GitHub
parent ea707369a0
commit 2378f46067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,8 @@ The drag preview widget can be configured by a number of global dock manager fla
The best way to test non-opaque undocking is to set the standard flags: `CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig)`. The best way to test non-opaque undocking is to set the standard flags: `CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig)`.
### Tab-menu for easy handling of many tabbed dock widgets ### Tab-menu for easy handling of many tabbed dock widgets
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.
### Many different ways to detach dock widgets ### Many different ways to detach dock widgets
### Supports deletion of dynamically created dock widgets ### Supports deletion of dynamically created dock widgets