Skip to content

Commit 39c8407

Browse files
Updated autohidedragndrop example to use new TabsAtBottom config flag
1 parent e922a1e commit 39c8407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/autohidedragndrop/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CMainWindow::CMainWindow(QWidget *parent)
2727
CDockManager::setConfigFlag(CDockManager::OpaqueSplitterResize, true);
2828
CDockManager::setConfigFlag(CDockManager::XmlCompressionEnabled, false);
2929
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
30+
CDockManager::setConfigFlag(CDockManager::TabsAtBottom, true);
3031
CDockManager::setAutoHideConfigFlags(CDockManager::DefaultAutoHideConfig);
3132
CDockManager::setAutoHideConfigFlag(CDockManager::AutoHideOpenOnDragHover, true);
3233
CDockManager::setConfigParam(CDockManager::AutoHideOpenOnDragHoverDelay_ms, 500);

0 commit comments

Comments
 (0)