@@ -19,22 +19,26 @@ There is no central widget like in the Qt docking system. You can dock on every
19
19
border of the main window or you can dock into each dock area - so you are
20
20
free to dock almost everywhere.
21
21
22
- ![ Layout of widgets] ( doc/preview.png )
23
-
24
- ![ Dropping widgets] ( doc/preview-dragndrop .png )
22
+ ![ Dropping widgets] ( doc/preview-dragndrop .png ) \
23
+ \
24
+ ![ Dropping widgets] ( doc/preview-dragndrop_dark .png )
25
25
26
26
### Docking inside floating windows
27
27
There is no difference between the main window and a floating window. Docking
28
28
into floating windows is supported.
29
29
30
- ![ Docking inside floating windows] ( doc/floating-widget-dragndrop.png )
30
+ ![ Docking inside floating windows] ( doc/floating-widget-dragndrop.png ) \
31
+ \
32
+ ![ Docking inside floating windows] ( doc/floating-widget-dragndrop_dark.png )
31
33
32
34
### Grouped dragging
33
35
When dragging the titlebar of a dock, all the tabs that are tabbed with it are
34
36
going to be dragged. So you can move complete groups of tabbed widgets into
35
37
a floating widget or from one dock area to another one.
36
38
37
- ![ Grouped dragging] ( doc/grouped-dragging.png )
39
+ ![ Grouped dragging] ( doc/grouped-dragging.png ) \
40
+ \
41
+ ![ Grouped dragging] ( doc/grouped-dragging_dark.png )
38
42
39
43
### Perspectives for fast switching of the complete main window layout
40
44
A perspective defines the set and layout of dock windows in the main
@@ -43,7 +47,9 @@ perspective to make your own custom perspective. Later you can simply
43
47
select a perspective from the perspective list to quickly switch the complete
44
48
main window layout.
45
49
46
- ![ Perspective] ( doc/perspectives.png )
50
+ ![ Perspective] ( doc/perspectives.png ) \
51
+ \
52
+ ![ Perspective] ( doc/perspectives_dark.png )
47
53
48
54
## Tested Compatible Environments
49
55
- Windows 10
0 commit comments