Skip to content

Commit 4f62794

Browse files
Added documentation for new AlwaysShowTabs flag
1 parent dd06d84 commit 4f62794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ADS_EXPORT CDockManager : public CDockContainerWidget
156156
DragPreviewIsDynamic = 0x0400,///< If opaque undocking is disabled, this flag defines the behavior of the drag preview window, if this flag is enabled, the preview will be adjusted dynamically to the drop area
157157
DragPreviewShowsContentPixmap = 0x0800,///< If opaque undocking is disabled, the created drag preview window shows a copy of the content of the dock widget / dock are that is dragged
158158
DragPreviewHasWindowFrame = 0x1000,///< If opaque undocking is disabled, then this flag configures if the drag preview is frameless or looks like a real window
159-
AlwaysShowTabs = 0x2000,
159+
AlwaysShowTabs = 0x2000,///< 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.
160160
DefaultConfig = ActiveTabHasCloseButton
161161
| DockAreaHasCloseButton
162162
| OpaqueSplitterResize

0 commit comments

Comments
 (0)