This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
Qt-Advanced-Docking-System
Watch
1
Star
0
Fork
0
You've already forked Qt-Advanced-Docking-System
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0c100995e84f8c543e240bfc73b73f599525bf1
Qt-Advanced-Docking-System
/
examples
History
Jean Porcherot
d0c100995e
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 10:05:07 +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 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 10:05:07 +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