Qt-Advanced-Docking-System/examples
jporcher 3969d28d92
Fix crash in dockindock (#317)
* Add dockdepth1 example

* Fix compilation (include assert.h)

* Replace dockdepth1 by dockindock

* Fix crash when dockindock example is closed. Due to code in dockindock supposed to fix memory leaks: now leaks were fixed in CDockManager (https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/307), the code from dockindock ends up deleting objects already deleted by parent.
2021-04-27 11:16:09 +02:00
..
centralwidget Fixed CDockAreaWidget::nextOpenDockWidget() function to properly return a DockWidget with tab if this is possible 2021-01-11 11:07:03 +01:00
deleteonclose Created ads.pri to ease linking of ads library 2021-01-02 19:48:34 +01:00
dockindock Fix crash in dockindock (#317) 2021-04-27 11:16:09 +02:00
emptydockarea Fixed emptydockarea example 2021-04-27 07:47:03 +02:00
sidebar Created ads.pri to ease linking of ads library 2021-01-02 19:48:34 +01:00
simple Created ads.pri to ease linking of ads library 2021-01-02 19:48:34 +01:00
CMakeLists.txt Fixed CDockAreaWidget::nextOpenDockWidget() function to properly return a DockWidget with tab if this is possible 2021-01-11 11:07:03 +01:00
examples.pro Add dockindock example (#308) 2021-04-21 06:37:19 +02:00