From 8a401ebd683b3d478f49e9db8e57982d3c1ebc0d Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Tue, 13 Feb 2018 12:00:58 +0100 Subject: [PATCH] Fixed a bug in restore functionality that caused application crash, added initial support for perspectives --- .cproject | 3 + .settings/language.settings.xml | 5 +- demo/MainWindow.cpp | 327 ++++++++++++++++++++++++++++++++ demo/MainWindow.h | 63 ++++++ demo/demo.pro | 14 +- demo/main.cpp | 4 +- demo/mainwindow.cpp | 164 ---------------- demo/mainwindow.h | 43 ----- src/DockContainerWidget.cpp | 3 +- src/DockManager.cpp | 77 +++++++- src/DockManager.h | 40 ++++ 11 files changed, 517 insertions(+), 226 deletions(-) create mode 100644 demo/MainWindow.cpp create mode 100644 demo/MainWindow.h delete mode 100644 demo/mainwindow.cpp delete mode 100644 demo/mainwindow.h diff --git a/.cproject b/.cproject index 59a6803..9416104 100644 --- a/.cproject +++ b/.cproject @@ -25,6 +25,7 @@ + @@ -35,6 +36,7 @@ +