From a7bb82acdb18cae7488ca90cf5484f99d003d6e7 Mon Sep 17 00:00:00 2001 From: Robin Hielscher Date: Mon, 29 Jan 2018 01:09:29 +0100 Subject: [PATCH] UI: Allow nested docks This change enables the ability to use nested docks, with the dependency of Qt5.10 or later being used to build OBS. Similar to the Lock UI option we could add a toggle to the menu. Not sure if this is necessary, maybe you guys have some ideas. Example screenshots of nesting OBS: http://img.jack0r.com/Share/obs64_2018-01-29_01-03-34.png http://img.jack0r.com/Share/obs64_2018-01-29_00-10-24.png --- UI/forms/OBSBasic.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/forms/OBSBasic.ui b/UI/forms/OBSBasic.ui index 15b15132f..778bb4f60 100644 --- a/UI/forms/OBSBasic.ui +++ b/UI/forms/OBSBasic.ui @@ -33,6 +33,9 @@ + + QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks +