@@ -14,36 +14,35 @@ styles as much as possible.
1414
1515### Overview
1616
17- - [ Advanced Docking System for Qt] ( #advanced-docking-system-for-qt )
18- - [ Features] ( #features )
19- - [ Overview] ( #overview )
20- - [ Docking everywhere - no central widget] ( #docking-everywhere---no-central-widget )
21- - [ Docking inside floating windows] ( #docking-inside-floating-windows )
22- - [ Grouped dragging] ( #grouped-dragging )
23- - [ Perspectives for fast switching of the complete main window layout] ( #perspectives-for-fast-switching-of-the-complete-main-window-layout )
24- - [ Opaque and non-opaque splitter resizing] ( #opaque-and-non-opaque-splitter-resizing )
25- - [ Opaque and non-opaque undocking] ( #opaque-and-non-opaque-undocking )
26- - [ Tab-menu for easy handling of many tabbed dock widgets] ( #tab-menu-for-easy-handling-of-many-tabbed-dock-widgets )
27- - [ Many different ways to detach dock widgets] ( #many-different-ways-to-detach-dock-widgets )
28- - [ Supports deletion of dynamically created dock widgets] ( #supports-deletion-of-dynamically-created-dock-widgets )
17+ - [ Features] ( #features )
18+ - [ Overview] ( #overview )
19+ - [ Docking everywhere - no central widget] ( #docking-everywhere---no-central-widget )
20+ - [ Docking inside floating windows] ( #docking-inside-floating-windows )
21+ - [ Grouped dragging] ( #grouped-dragging )
22+ - [ Perspectives for fast switching of the complete main window layout] ( #perspectives-for-fast-switching-of-the-complete-main-window-layout )
23+ - [ Opaque and non-opaque splitter resizing] ( #opaque-and-non-opaque-splitter-resizing )
24+ - [ Opaque and non-opaque undocking] ( #opaque-and-non-opaque-undocking )
25+ - [ Tab-menu for easy handling of many tabbed dock widgets] ( #tab-menu-for-easy-handling-of-many-tabbed-dock-widgets )
26+ - [ Many different ways to detach dock widgets] ( #many-different-ways-to-detach-dock-widgets )
27+ - [ Supports deletion of dynamically created dock widgets] ( #supports-deletion-of-dynamically-created-dock-widgets )
2928
3029### Docking everywhere - no central widget
3130
3231There is no central widget like in the Qt docking system. You can dock on every
3332border of the main window or you can dock into each dock area - so you are
3433free to dock almost everywhere.
3534
36- ![ Dropping widgets] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/preview-dragndrop.png ) \
37- \
35+ ![ Dropping widgets] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/preview-dragndrop.png )
36+
3837![ Dropping widgets] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/preview-dragndrop_dark.png )
3938
4039### Docking inside floating windows
4140
4241There is no difference between the main window and a floating window. Docking
4342into floating windows is supported.
4443
45- ![ Docking inside floating windows] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/floating-widget-dragndrop.png ) \
46- \
44+ ![ Docking inside floating windows] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/floating-widget-dragndrop.png )
45+
4746![ Docking inside floating windows] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/floating-widget-dragndrop_dark.png )
4847
4948### Grouped dragging
@@ -52,8 +51,8 @@ When dragging the titlebar of a dock, all the tabs that are tabbed with it are
5251going to be dragged. So you can move complete groups of tabbed widgets into
5352a floating widget or from one dock area to another one.
5453
55- ![ Grouped dragging] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/grouped-dragging.gif ) \
56- \
54+ ![ Grouped dragging] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/grouped-dragging.gif )
55+
5756![ Grouped dragging] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/grouped-dragging_dark.png )
5857
5958### Perspectives for fast switching of the complete main window layout
@@ -64,8 +63,8 @@ perspective to make your own custom perspective. Later you can simply
6463select a perspective from the perspective list to quickly switch the complete
6564main window layout.
6665
67- ![ Perspective] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/perspectives.gif ) \
68- \
66+ ![ Perspective] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/perspectives.gif )
67+
6968![ Perspective] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/perspectives_dark.png )
7069
7170### Opaque and non-opaque splitter resizing
0 commit comments