Skip to content
Permalink
Browse files
Merge pull request #7594 from TryTwo/NestedDocks
Add nested docking to increase layout choices while debugging.
  • Loading branch information
leoetlino committed Dec 5, 2018
2 parents 4353d91 + c18aa36 commit 2eb85c8
Showing 1 changed file with 1 addition and 0 deletions.
@@ -558,6 +558,7 @@ void MainWindow::ConnectStack()

setCentralWidget(m_stack);

setDockOptions(DockOption::AllowNestedDocks);
setTabPosition(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea, QTabWidget::North);
addDockWidget(Qt::LeftDockWidgetArea, m_log_widget);
addDockWidget(Qt::LeftDockWidgetArea, m_log_config_widget);

0 comments on commit 2eb85c8

Please sign in to comment.