mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 05:05:43 +08:00
Added documentation for new "ShowTabTextOnlyForActiveTab" config flag
This commit is contained in:
parent
0fabebb0fe
commit
ec018a4c70
BIN
doc/cfg_flag_ShowTabTextOnlyForActiveTab_true.png
Normal file
BIN
doc/cfg_flag_ShowTabTextOnlyForActiveTab_true.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -28,6 +28,7 @@
|
||||
- [`FloatingContainerForceQWidgetTitleBar` (Linux only)](#floatingcontainerforceqwidgettitlebar-linux-only)
|
||||
- [`MiddleMouseButtonClosesTab`](#middlemousebuttonclosestab)
|
||||
- [`DisableTabTextEliding`](#disabletabtexteliding)
|
||||
- [`ShowTabTextOnlyForActiveTab`](#showtabtextonlyforactivetab)
|
||||
- [Auto-Hide Configuration Flags](#auto-hide-configuration-flags)
|
||||
- [Auto Hide Dock Widgets](#auto-hide-dock-widgets)
|
||||
- [Pinning Auto-Hide Widgets to a certain border](#pinning-auto-hide-widgets-to-a-certain-border)
|
||||
@ -486,6 +487,13 @@ many tabs as possible even if there is not much space:
|
||||
|
||||
![DisableTabTextEliding false](cfg_flag_DisableTabTextEliding_false.png)
|
||||
|
||||
### `ShowTabTextOnlyForActiveTab`
|
||||
|
||||
Set this flag (default = false) to show label texts in dock area tabs only
|
||||
for active tabs. Inactive tabs only show their icon:
|
||||
|
||||
![MShowTabTextOnlyForActiveTab true](cfg_flag_ShowTabTextOnlyForActiveTab_true.png)
|
||||
|
||||
## Auto-Hide Configuration Flags
|
||||
|
||||
### Auto Hide Dock Widgets
|
||||
|
Loading…
Reference in New Issue
Block a user