@@ -14,36 +14,35 @@ styles as much as possible.
14
14
15
15
### Overview
16
16
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 )
29
28
30
29
### Docking everywhere - no central widget
31
30
32
31
There is no central widget like in the Qt docking system. You can dock on every
33
32
border of the main window or you can dock into each dock area - so you are
34
33
free to dock almost everywhere.
35
34
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
+
38
37
![ Dropping widgets] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/preview-dragndrop_dark.png )
39
38
40
39
### Docking inside floating windows
41
40
42
41
There is no difference between the main window and a floating window. Docking
43
42
into floating windows is supported.
44
43
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
+
47
46
![ Docking inside floating windows] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/floating-widget-dragndrop_dark.png )
48
47
49
48
### Grouped dragging
@@ -52,8 +51,8 @@ When dragging the titlebar of a dock, all the tabs that are tabbed with it are
52
51
going to be dragged. So you can move complete groups of tabbed widgets into
53
52
a floating widget or from one dock area to another one.
54
53
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
+
57
56
![ Grouped dragging] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/grouped-dragging_dark.png )
58
57
59
58
### 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
64
63
select a perspective from the perspective list to quickly switch the complete
65
64
main window layout.
66
65
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
+
69
68
![ Perspective] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/perspectives_dark.png )
70
69
71
70
### Opaque and non-opaque splitter resizing
0 commit comments