Skip to content
Permalink
Browse files
Merge pull request #7696 from TryTwo/Debugger_Restore_Tabbed_Docking
Qt/Debugger restore tabbed docking
  • Loading branch information
leoetlino committed Jan 17, 2019
2 parents 2c2910c + b557faa commit 3627ef8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -595,7 +595,7 @@ void MainWindow::ConnectStack()

setCentralWidget(m_stack);

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

0 comments on commit 3627ef8

Please sign in to comment.