|
16 | 16 | - [`DragPreviewShowsContentPixmap`](#dragpreviewshowscontentpixmap)
|
17 | 17 | - [`DragPreviewHasWindowFrame`](#dragpreviewhaswindowframe)
|
18 | 18 | - [`AlwaysShowTabs`](#alwaysshowtabs)
|
| 19 | + - [`DockAreaHasUndockButton`](#dockareahasundockbutton) |
| 20 | + - [`DockAreaHasTabsMenuButton`](#dockareahastabsmenubutton) |
19 | 21 |
|
20 | 22 | ## Configuration Flags
|
21 | 23 |
|
@@ -202,7 +204,26 @@ then the drag preview is a transparent window with a system window frame.
|
202 | 204 |
|
203 | 205 | If this option is enabled, the tab of a dock widget is always displayed - even
|
204 | 206 | if it is the only visible dock widget in a floating widget. In the image below
|
205 |
| -on the left side, the flag is disabled (default) and on the right side it is |
| 207 | +on the left side, the flag is disabled (default) and on the right side it is |
206 | 208 | enabled.
|
207 | 209 |
|
208 | 210 | 
|
| 211 | + |
| 212 | +### `DockAreaHasUndockButton` |
| 213 | + |
| 214 | +If the flag is set (default) each dock area has an undock button (right |
| 215 | +image). If the flag is cleared, a dock area has no undock button (left image) |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | +### `DockAreaHasTabsMenuButton` |
| 220 | + |
| 221 | +Tabs are a good way to quickly switch between dockwidgets in a dockarea. |
| 222 | +However, if the number of dockwidgets in a dockarea is too large, this may affect |
| 223 | +the usability of the tab bar. To keep track in this situation, you can use the |
| 224 | +tab menu. The menu allows you to quickly select the dockwidget you want to |
| 225 | +activate from a drop down menu. This flag shows / hides the tabs menu button |
| 226 | +in the dock area title bar. On the left side, the tabs menu button flag |
| 227 | +is cleared. |
| 228 | + |
| 229 | + |
0 commit comments