mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Added documentation for AlwaysShowTabs configuration flag
This commit is contained in:
parent
28dfcc2a62
commit
528f48e6d1
BIN
doc/cfg_flag_AlwaysShowTabs_false_true.png
Normal file
BIN
doc/cfg_flag_AlwaysShowTabs_false_true.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
@ -15,6 +15,7 @@
|
||||
- [`DragPreviewIsDynamic`](#dragpreviewisdynamic)
|
||||
- [`DragPreviewShowsContentPixmap`](#dragpreviewshowscontentpixmap)
|
||||
- [`DragPreviewHasWindowFrame`](#dragpreviewhaswindowframe)
|
||||
- [`AlwaysShowTabs`](#alwaysshowtabs)
|
||||
|
||||
## Configuration Flags
|
||||
|
||||
@ -196,3 +197,12 @@ preview is frameless (default) or looks like a real window. If it is enabled,
|
||||
then the drag preview is a transparent window with a system window frame.
|
||||
|
||||
![DragPreviewHasWindowFrame true](cfg_flag_DragPreviewHasWindowFrame_true.png)
|
||||
|
||||
### `AlwaysShowTabs`
|
||||
|
||||
If this option is enabled, the tab of a dock widget is always displayed - even
|
||||
if it is the only visible dock widget in a floating widget. In the image below
|
||||
on the left side, the flag is disabled (default) and on the right side it is
|
||||
enabled.
|
||||
|
||||
![AlwaysShowTabs false true](cfg_flag_AlwaysShowTabs_false_true.png)
|
||||
|
Loading…
Reference in New Issue
Block a user