mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Added configuration flags DockAreaHasTabsMenuButton and DockAreaHasUndockButton to user-guide.md
This commit is contained in:
parent
528f48e6d1
commit
8bf8309949
BIN
doc/cfg_flag_DockAreaHasTabsMenuButton_false_true.png
Normal file
BIN
doc/cfg_flag_DockAreaHasTabsMenuButton_false_true.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
doc/cfg_flag_DockAreaHasUndockButton_false_true.png
Normal file
BIN
doc/cfg_flag_DockAreaHasUndockButton_false_true.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
@ -16,6 +16,8 @@
|
|||||||
- [`DragPreviewShowsContentPixmap`](#dragpreviewshowscontentpixmap)
|
- [`DragPreviewShowsContentPixmap`](#dragpreviewshowscontentpixmap)
|
||||||
- [`DragPreviewHasWindowFrame`](#dragpreviewhaswindowframe)
|
- [`DragPreviewHasWindowFrame`](#dragpreviewhaswindowframe)
|
||||||
- [`AlwaysShowTabs`](#alwaysshowtabs)
|
- [`AlwaysShowTabs`](#alwaysshowtabs)
|
||||||
|
- [`DockAreaHasUndockButton`](#dockareahasundockbutton)
|
||||||
|
- [`DockAreaHasTabsMenuButton`](#dockareahastabsmenubutton)
|
||||||
|
|
||||||
## Configuration Flags
|
## Configuration Flags
|
||||||
|
|
||||||
@ -206,3 +208,22 @@ on the left side, the flag is disabled (default) and on the right side it is
|
|||||||
enabled.
|
enabled.
|
||||||
|
|
||||||
![AlwaysShowTabs false true](cfg_flag_AlwaysShowTabs_false_true.png)
|
![AlwaysShowTabs false true](cfg_flag_AlwaysShowTabs_false_true.png)
|
||||||
|
|
||||||
|
### `DockAreaHasUndockButton`
|
||||||
|
|
||||||
|
If the flag is set (default) each dock area has an undock button (right
|
||||||
|
image). If the flag is cleared, a dock area has no undock button (left image)
|
||||||
|
|
||||||
|
![DockAreaHasUndockButton false true](cfg_flag_DockAreaHasUndockButton_false_true.png)
|
||||||
|
|
||||||
|
### `DockAreaHasTabsMenuButton`
|
||||||
|
|
||||||
|
Tabs are a good way to quickly switch between dockwidgets in a dockarea.
|
||||||
|
However, if the number of dockwidgets in a dockarea 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. This flag shows / hides the tabs menu button
|
||||||
|
in the dock area title bar. On the left side, the tabs menu button flag
|
||||||
|
is cleared.
|
||||||
|
|
||||||
|
![DockAreaHasTabsMenuButton false true](cfg_flag_DockAreaHasTabsMenuButton_false_true.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user